#Packager: Richard Lapointe #Former Packager(s): Name #Anything commented out is optional and can be deleted. pkgname=pynotify pkgver=0.1.1 pkgrel=1rl arch=x86_64 source=(http://www.galago-project.org/files/releases/source/notify-python/notify-python-0.1.1.tar.gz) sourcetemplate=http://people.salixos.org/laprjns/$arch/$pkgname/$pkgver/ docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") #url= #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "Pynotify provides just the Python bindings for libnotify)" "python-notify provides just the Python bindings for libnotify." ) build() { cd $startdir/src/notify-python-0.1.1 ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --mandir=/usr/man make || return 1 make install DESTDIR=$startdir/pkg }