#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com pkgname=notify-osd pkgver=0.9.29 pkgrel=1 zenver=66 arch=i486 source=("http://launchpad.net/notify-osd/trunk/ubuntu-9.10-sru/+download/notify-osd-$pkgver.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/l/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=https://launchpad.net/notify-osd options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "notify-osd (Daemon that displays passive pop-up notifications)" "Canonical's on-screen-display notification agent, implementing the" "freedesktop.org Desktop Notifications Specification with" "semi-transparent click-through bubbles." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-static make || return 1 make install DESTDIR=$startdir/pkg }