From b5f5562733912ba8632c1f9aedc58fda6844021d Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 15 Oct 2011 17:38:08 +0200 Subject: xfce4-dev-tools dans extra --- xfce/xfce4-dev-tools/.footprint.i686 | 13 ------------- xfce/xfce4-dev-tools/.footprint.x86_64 | 13 ------------- xfce/xfce4-dev-tools/.md5sum.i686 | 1 - xfce/xfce4-dev-tools/.md5sum.x86_64 | 1 - xfce/xfce4-dev-tools/Pkgfile | 23 ----------------------- 5 files changed, 51 deletions(-) delete mode 100644 xfce/xfce4-dev-tools/.footprint.i686 delete mode 100644 xfce/xfce4-dev-tools/.footprint.x86_64 delete mode 100644 xfce/xfce4-dev-tools/.md5sum.i686 delete mode 100644 xfce/xfce4-dev-tools/.md5sum.x86_64 delete mode 100755 xfce/xfce4-dev-tools/Pkgfile (limited to 'xfce') diff --git a/xfce/xfce4-dev-tools/.footprint.i686 b/xfce/xfce4-dev-tools/.footprint.i686 deleted file mode 100644 index 2ac0d9463..000000000 --- a/xfce/xfce4-dev-tools/.footprint.i686 +++ /dev/null @@ -1,13 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/xdt-autogen --rwxr-xr-x root/root usr/bin/xdt-commit -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/xfce4/ -drwxr-xr-x root/root usr/share/xfce4/dev-tools/ -drwxr-xr-x root/root usr/share/xfce4/dev-tools/m4macros/ --rw-r--r-- root/root usr/share/xfce4/dev-tools/m4macros/xdt-depends.m4 --rw-r--r-- root/root usr/share/xfce4/dev-tools/m4macros/xdt-features.m4 --rw-r--r-- root/root usr/share/xfce4/dev-tools/m4macros/xdt-i18n.m4 --rw-r--r-- root/root usr/share/xfce4/dev-tools/m4macros/xdt-python.m4 --rw-r--r-- root/root usr/share/xfce4/dev-tools/m4macros/xdt-xfce.m4 diff --git a/xfce/xfce4-dev-tools/.footprint.x86_64 b/xfce/xfce4-dev-tools/.footprint.x86_64 deleted file mode 100644 index 2ac0d9463..000000000 --- a/xfce/xfce4-dev-tools/.footprint.x86_64 +++ /dev/null @@ -1,13 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/xdt-autogen --rwxr-xr-x root/root usr/bin/xdt-commit -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/xfce4/ -drwxr-xr-x root/root usr/share/xfce4/dev-tools/ -drwxr-xr-x root/root usr/share/xfce4/dev-tools/m4macros/ --rw-r--r-- root/root usr/share/xfce4/dev-tools/m4macros/xdt-depends.m4 --rw-r--r-- root/root usr/share/xfce4/dev-tools/m4macros/xdt-features.m4 --rw-r--r-- root/root usr/share/xfce4/dev-tools/m4macros/xdt-i18n.m4 --rw-r--r-- root/root usr/share/xfce4/dev-tools/m4macros/xdt-python.m4 --rw-r--r-- root/root usr/share/xfce4/dev-tools/m4macros/xdt-xfce.m4 diff --git a/xfce/xfce4-dev-tools/.md5sum.i686 b/xfce/xfce4-dev-tools/.md5sum.i686 deleted file mode 100644 index f329f3d41..000000000 --- a/xfce/xfce4-dev-tools/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -9591299c49d92d00ba47974c42a735fa xfce4-dev-tools-4.8.0.tar.bz2 diff --git a/xfce/xfce4-dev-tools/.md5sum.x86_64 b/xfce/xfce4-dev-tools/.md5sum.x86_64 deleted file mode 100644 index f329f3d41..000000000 --- a/xfce/xfce4-dev-tools/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -9591299c49d92d00ba47974c42a735fa xfce4-dev-tools-4.8.0.tar.bz2 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 -} - -- cgit v1.2.3-54-g00ecf