# Contributor: Henrique C. Alves pkgname=matchbox-desktop pkgver=2.0 pkgrel=1 pkgdesc="A PDA style application launcher or 'item browser'." arch=('i686' 'x86_64') license=('GPL') depends=('libmatchbox' 'startup-notification' 'libpng') url="http://projects.o-hand.com/matchbox" options=('!libtool') source=(http://projects.o-hand.com/matchbox/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2) md5sums=('b0a4a47130272e2adab4e9feb43a6c9c') build() { cd $startdir/src/$pkgname-$pkgver ./configure --sysconfdir=/etc --prefix=/usr --enable-startup-notification make || return 1 make DESTDIR=$startdir/pkg install }