#Packager: George Vlahavas pkgname=pynotify pkgver=0.1.1 pkgrel=1gv arch=x86_64 source=(http://www.galago-project.org/files/releases/source/notify-python/notify-python-$pkgver.tar.bz2) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.galago-project.org slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "pynotify (Python bindings for libnotify)" "pynotify provides Pythin bindings for libnotify" ) build() { cd $startdir/src/notify-python-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }