diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-21 23:03:32 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-21 23:03:32 +0200 |
commit | 97cfb8add5c793ff23fca1ca04b18befb9584326 (patch) | |
tree | 3b5366ff56e979fd69c87671c67e6fef67137792 /xfce/xfce4-notifyd/Pkgfile | |
parent | d100ec5ec1e2fc9fbac1b7f779eb2319af030eee (diff) | |
download | nutyx-pakxe-97cfb8add5c793ff23fca1ca04b18befb9584326.tar.gz nutyx-pakxe-97cfb8add5c793ff23fca1ca04b18befb9584326.tar.bz2 nutyx-pakxe-97cfb8add5c793ff23fca1ca04b18befb9584326.tar.xz nutyx-pakxe-97cfb8add5c793ff23fca1ca04b18befb9584326.zip |
Ajout de xfce4-notifyd#0.1.0-2
Diffstat (limited to 'xfce/xfce4-notifyd/Pkgfile')
-rwxr-xr-x | xfce/xfce4-notifyd/Pkgfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/xfce/xfce4-notifyd/Pkgfile b/xfce/xfce4-notifyd/Pkgfile new file mode 100755 index 000000000..a3e44e23b --- /dev/null +++ b/xfce/xfce4-notifyd/Pkgfile @@ -0,0 +1,22 @@ +# 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 +} + |