# Description: Startup notification library. # URL: http://freedesktop.org/wiki/Software/startup-notification # Maintainer: Matt Housh, jaeger at crux dot nu name=startup-notification version=0.8 release=1 source=(http://www.freedesktop.org/software/$name/releases/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr make make DESTDIR=$PKG install }