# Contributor: William Rea pkgname=matchbox-keyboard pkgver=0.1 pkgrel=2 pkgdesc="An on screen virtual keyboard" arch=('arm') 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 }