# Description: Daemon de notification pour Xfce # URL: http://git.xfce.org/kelnos/xfce4-notifyd/ # Maintainer: NuTyX core team # Packager: tyrry33 at gmail dot com # Depends on: libsexy, startup-notification, libxfce4ui,libxfce4util, libxfcegui4 # Run on: libsexy,startup-notification,libxfce4ui,libxfce4util,libxfcegui4 name=xfce4-notifyd version=0.2.2 release=1 source=(http://archive.xfce.org/src/apps/$name/0.2/$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 }