# Contributor: Yuren Ju pkgname=wallbox pkgver=0.4.2 pkgrel=1 pkgdesc="Facebook notification for linux" arch=('any') url="http://github.com/yurenju/wallbox" license=('GPL') depends=('python' 'pygtk' 'pyfacebook-git') makedepends=('setuptools' 'gnome-common') source=(http://github.com/downloads/yurenju/wallbox/$pkgname-$pkgver.tar.gz) noextract=() md5sums=('688374cdfc2054149f7470132eb5a844') build() { cd "$srcdir/$pkgname-$pkgver" ./autogen.sh --prefix="/usr" make make DESTDIR=$pkgdir install } # vim:set ts=2 sw=2 et: