# Description: Startup notification library # URL: http://freedesktop.org/Software/startup-notification # Maintainer: Matt Housh, jaeger at morpheus dot net # Depends on: xorg # Group: gnome/desktop name=startup-notification version=0.9 release=1 source=(http://download.gnome.org/sources/$name/0.9/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=/usr make make DESTDIR=$PKG install }