#Packager: George Vlahavas pkgname=libnotify pkgver=0.4.5 pkgrel=1gv arch=x86_64 source=(http://galago-project.org/files/releases/source/libnotify/libnotify-$pkgver.tar.gz) docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://galago-project.org slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "libnotify (a notification library)" "libnotify is a general library for event notification" ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --libdir=/usr/lib${LIBDIRSUFFIX} --localstatedir=/var --sysconfdir=/etc --disable-static --disable-gtk-doc make || return 1 make install DESTDIR=$startdir/pkg rm -rf $startdir/pkg/usr/share/gtk-doc }