# Description: Galago Project notification daemon # URL: http://www.galago-project.org/ # Maintainer: Matt Housh, jaeger at morpheus dot net # Depends on: gtk3, libcanberra, intltool, dbus-glib # Run on: gtk3,libcanberra name=notification-daemon version=0.7.5 release=1 source=(http://ftp.acc.umu.se/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr \ --libexecdir=/usr/bin make make DESTDIR=$PKG install }