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 | b5f5562733912ba8632c1f9aedc58fda6844021d (patch) | |
tree | 8d854e15def8eb0da5eb988a21dcf34ef08df11f /extra/xfce4-dev-tools/Pkgfile | |
parent | c49823b2efda9d1df4ec5a32d39b76132f9f5dc2 (diff) | |
download | nutyx-pakxe-b5f5562733912ba8632c1f9aedc58fda6844021d.tar.gz nutyx-pakxe-b5f5562733912ba8632c1f9aedc58fda6844021d.tar.bz2 nutyx-pakxe-b5f5562733912ba8632c1f9aedc58fda6844021d.tar.xz nutyx-pakxe-b5f5562733912ba8632c1f9aedc58fda6844021d.zip |
xfce4-dev-tools dans extra
Diffstat (limited to 'extra/xfce4-dev-tools/Pkgfile')
-rwxr-xr-x | extra/xfce4-dev-tools/Pkgfile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/extra/xfce4-dev-tools/Pkgfile b/extra/xfce4-dev-tools/Pkgfile new file mode 100755 index 000000000..c5e0604e1 --- /dev/null +++ b/extra/xfce4-dev-tools/Pkgfile @@ -0,0 +1,23 @@ +# Description: Environnement de developpement pour Xfce +# URL: http://www.foo-projects.org/~benny/projects/xfce4-dev-tools/index.html +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: intltool +# Run on: intltool + +name=xfce4-dev-tools +version=4.8.0 +release=1 +source=(http://archive.xfce.org/xfce/4.8/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 +} + |