# Description: Daemon de notification pour Xfce # URL: http://git.xfce.org/kelnos/xfce4-notifyd/ # Maintainer: NuTyX core team # Packager: fred.galusik at gmail dot com # Depends on: libsexy, startup-notification name=xfce4-notifyd version=0.1.0 release=2 source=(http://spuriousinterrupt.org/files/$name/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/xfce4 \ --localstatedir=/var \ --disable-static make make DESTDIR=$PKG install }