From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- xfce4-dev-tools/.footprint.i686 | 13 +++++++++++++ xfce4-dev-tools/.footprint.x86_64 | 13 +++++++++++++ xfce4-dev-tools/.md5sum.i686 | 1 + xfce4-dev-tools/.md5sum.x86_64 | 1 + xfce4-dev-tools/Pkgfile | 23 +++++++++++++++++++++++ 5 files changed, 51 insertions(+) create mode 100644 xfce4-dev-tools/.footprint.i686 create mode 100644 xfce4-dev-tools/.footprint.x86_64 create mode 100644 xfce4-dev-tools/.md5sum.i686 create mode 100644 xfce4-dev-tools/.md5sum.x86_64 create mode 100755 xfce4-dev-tools/Pkgfile (limited to 'xfce4-dev-tools') diff --git a/xfce4-dev-tools/.footprint.i686 b/xfce4-dev-tools/.footprint.i686 new file mode 100644 index 000000000..2ac0d9463 --- /dev/null +++ b/xfce4-dev-tools/.footprint.i686 @@ -0,0 +1,13 @@ +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/xfce4-dev-tools/.footprint.x86_64 b/xfce4-dev-tools/.footprint.x86_64 new file mode 100644 index 000000000..2ac0d9463 --- /dev/null +++ b/xfce4-dev-tools/.footprint.x86_64 @@ -0,0 +1,13 @@ +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/xfce4-dev-tools/.md5sum.i686 b/xfce4-dev-tools/.md5sum.i686 new file mode 100644 index 000000000..f329f3d41 --- /dev/null +++ b/xfce4-dev-tools/.md5sum.i686 @@ -0,0 +1 @@ +9591299c49d92d00ba47974c42a735fa xfce4-dev-tools-4.8.0.tar.bz2 diff --git a/xfce4-dev-tools/.md5sum.x86_64 b/xfce4-dev-tools/.md5sum.x86_64 new file mode 100644 index 000000000..f329f3d41 --- /dev/null +++ b/xfce4-dev-tools/.md5sum.x86_64 @@ -0,0 +1 @@ +9591299c49d92d00ba47974c42a735fa xfce4-dev-tools-4.8.0.tar.bz2 diff --git a/xfce4-dev-tools/Pkgfile b/xfce4-dev-tools/Pkgfile new file mode 100755 index 000000000..c5e0604e1 --- /dev/null +++ b/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 +} + -- cgit v1.2.3-54-g00ecf