diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:38:08 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:38:08 +0200 |
commit | 65c34669a8097c4796d66f9a31479cb671697eb0 (patch) | |
tree | 60cb1487b92f7bcdae5ee51f0a6669f35123cce0 /extra/xfce4-notifyd/Pkgfile | |
parent | 29159cb223ed51112031ca6bce527038e75ae964 (diff) | |
download | nutyx-pakxe-65c34669a8097c4796d66f9a31479cb671697eb0.tar.gz nutyx-pakxe-65c34669a8097c4796d66f9a31479cb671697eb0.tar.bz2 nutyx-pakxe-65c34669a8097c4796d66f9a31479cb671697eb0.tar.xz nutyx-pakxe-65c34669a8097c4796d66f9a31479cb671697eb0.zip |
xfce4-notifyd dans extra
Diffstat (limited to 'extra/xfce4-notifyd/Pkgfile')
-rwxr-xr-x | extra/xfce4-notifyd/Pkgfile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/extra/xfce4-notifyd/Pkgfile b/extra/xfce4-notifyd/Pkgfile new file mode 100755 index 000000000..12e23810d --- /dev/null +++ b/extra/xfce4-notifyd/Pkgfile @@ -0,0 +1,23 @@ +# Description: Daemon de notification pour Xfce +# URL: http://git.xfce.org/kelnos/xfce4-notifyd/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: libsexy, startup-notification, libxfce4util, libxfcegui4 +# Run on: libsexy,startup-notification,libxfce4util,libxfcegui4 + +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 +} + |