PKGBUILDs/community/matchbox-keyboard/PKGBUILD

21 lines
518 B
Bash
Raw Normal View History

2009-10-10 02:15:33 +00:00
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=matchbox-keyboard
pkgver=0.1
pkgrel=2
pkgdesc="An on screen virtual keyboard"
arch=('i686' 'x86_64')
depends=('cairo' 'libfakekey')
url="http://projects.o-hand.com/matchbox"
license=('GPL')
source=(http://projects.o-hand.com/matchbox/sources/$pkgname/0.1/$pkgname-$pkgver.tar.gz)
md5sums=('9d1f61e0785f2ac4fc7588fa39b87e6f')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install
}