PKGBUILDs/extra/matchbox-keyboard/PKGBUILD
2009-09-26 09:35:50 -05:00

20 lines
508 B
Bash

# Contributor: William Rea <sillywilly@gmail.com>
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
}