summaryrefslogtreecommitdiffstats
path: root/xfce/xfce4-dev-tools/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 17:38:08 +0200
committertnut <tnut at nutyx dot com>2011-10-15 17:38:08 +0200
commitb5f5562733912ba8632c1f9aedc58fda6844021d (patch)
tree8d854e15def8eb0da5eb988a21dcf34ef08df11f /xfce/xfce4-dev-tools/Pkgfile
parentc49823b2efda9d1df4ec5a32d39b76132f9f5dc2 (diff)
downloadnutyx-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 'xfce/xfce4-dev-tools/Pkgfile')
-rwxr-xr-xxfce/xfce4-dev-tools/Pkgfile23
1 files changed, 0 insertions, 23 deletions
diff --git a/xfce/xfce4-dev-tools/Pkgfile b/xfce/xfce4-dev-tools/Pkgfile
deleted file mode 100755
index c5e0604e1..000000000
--- a/xfce/xfce4-dev-tools/Pkgfile
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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
-}
-