diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-21 23:10:32 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-21 23:10:32 +0200 |
commit | 65827df6753a937a4753a0c5519139f0c19f02ac (patch) | |
tree | 3a269cbecae390b240e5d6ffac435df6afe11569 /xfce/xfconf/Pkgfile | |
parent | b8139e4fba967ec5cab2b032c4920c7778f8067b (diff) | |
download | nutyx-extra-65827df6753a937a4753a0c5519139f0c19f02ac.tar.gz nutyx-extra-65827df6753a937a4753a0c5519139f0c19f02ac.tar.bz2 nutyx-extra-65827df6753a937a4753a0c5519139f0c19f02ac.tar.xz nutyx-extra-65827df6753a937a4753a0c5519139f0c19f02ac.zip |
Ajout de xfconf#4.6.1-1
Diffstat (limited to 'xfce/xfconf/Pkgfile')
-rwxr-xr-x | xfce/xfconf/Pkgfile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/xfce/xfconf/Pkgfile b/xfce/xfconf/Pkgfile new file mode 100755 index 000000000..3520a5fc7 --- /dev/null +++ b/xfce/xfconf/Pkgfile @@ -0,0 +1,22 @@ +# Description: Backend de configuration de Xfce +# URL: http://wiki.xfce.org/releng/4.6/general-info +# Maintainer: NuTyX core team +# Packager: fred.galusik at gmail dot com +# Depends on: libxfce4util, dbus, dbus-glib, gtk + +name=xfconf +version=4.6.1 +release=1 +source=(http://www.xfce.org/archive/xfce-$version/src/$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 +} + |