summaryrefslogtreecommitdiffstats
path: root/xfce4-dev-tools
diff options
context:
space:
mode:
Diffstat (limited to 'xfce4-dev-tools')
-rw-r--r--xfce4-dev-tools/.footprint.i68613
-rw-r--r--xfce4-dev-tools/.footprint.x86_6413
-rw-r--r--xfce4-dev-tools/.md5sum.i6861
-rw-r--r--xfce4-dev-tools/.md5sum.x86_641
-rwxr-xr-xxfce4-dev-tools/Pkgfile23
5 files changed, 51 insertions, 0 deletions
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
+}
+