summaryrefslogtreecommitdiffstats
path: root/base/xorg-util-macros
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-03 12:20:04 +0100
committersibel <lesibel@free.fr>2011-03-03 12:20:04 +0100
commit54dd52a9fdca60169a8d8cc60845112511b30cd1 (patch)
treee2addc7066e81be41c837ab66d3b4d9e67278895 /base/xorg-util-macros
parent3f5f66599d8e2c3ef83556e89b473faf36fa5b70 (diff)
downloadnutyx-pakxe-54dd52a9fdca60169a8d8cc60845112511b30cd1.tar.gz
nutyx-pakxe-54dd52a9fdca60169a8d8cc60845112511b30cd1.tar.bz2
nutyx-pakxe-54dd52a9fdca60169a8d8cc60845112511b30cd1.tar.xz
nutyx-pakxe-54dd52a9fdca60169a8d8cc60845112511b30cd1.zip
xorg-util-macros, deplacé dans base
Diffstat (limited to 'base/xorg-util-macros')
-rw-r--r--base/xorg-util-macros/.footprint.i6868
-rw-r--r--base/xorg-util-macros/.footprint.x86_648
-rw-r--r--base/xorg-util-macros/.md5sum.i6861
-rw-r--r--base/xorg-util-macros/.md5sum.x86_641
-rw-r--r--base/xorg-util-macros/Pkgfile18
5 files changed, 36 insertions, 0 deletions
diff --git a/base/xorg-util-macros/.footprint.i686 b/base/xorg-util-macros/.footprint.i686
new file mode 100644
index 000000000..e0c0ec23d
--- /dev/null
+++ b/base/xorg-util-macros/.footprint.i686
@@ -0,0 +1,8 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/aclocal/
+-rw-r--r-- root/root usr/share/aclocal/xorg-macros.m4
+drwxr-xr-x root/root usr/share/pkgconfig/
+-rw-r--r-- root/root usr/share/pkgconfig/xorg-macros.pc
+drwxr-xr-x root/root usr/share/util-macros/
+-rw-r--r-- root/root usr/share/util-macros/INSTALL
diff --git a/base/xorg-util-macros/.footprint.x86_64 b/base/xorg-util-macros/.footprint.x86_64
new file mode 100644
index 000000000..e0c0ec23d
--- /dev/null
+++ b/base/xorg-util-macros/.footprint.x86_64
@@ -0,0 +1,8 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/aclocal/
+-rw-r--r-- root/root usr/share/aclocal/xorg-macros.m4
+drwxr-xr-x root/root usr/share/pkgconfig/
+-rw-r--r-- root/root usr/share/pkgconfig/xorg-macros.pc
+drwxr-xr-x root/root usr/share/util-macros/
+-rw-r--r-- root/root usr/share/util-macros/INSTALL
diff --git a/base/xorg-util-macros/.md5sum.i686 b/base/xorg-util-macros/.md5sum.i686
new file mode 100644
index 000000000..8b8513e78
--- /dev/null
+++ b/base/xorg-util-macros/.md5sum.i686
@@ -0,0 +1 @@
+0c6d2cedcfc83d2f2d873d489d868230 util-macros-1.7.0.tar.bz2
diff --git a/base/xorg-util-macros/.md5sum.x86_64 b/base/xorg-util-macros/.md5sum.x86_64
new file mode 100644
index 000000000..8b8513e78
--- /dev/null
+++ b/base/xorg-util-macros/.md5sum.x86_64
@@ -0,0 +1 @@
+0c6d2cedcfc83d2f2d873d489d868230 util-macros-1.7.0.tar.bz2
diff --git a/base/xorg-util-macros/Pkgfile b/base/xorg-util-macros/Pkgfile
new file mode 100644
index 000000000..9aabe29db
--- /dev/null
+++ b/base/xorg-util-macros/Pkgfile
@@ -0,0 +1,18 @@
+# Description: xorg m4 macros
+# URL: http://xorg.freedesktop.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed
+
+name=xorg-util-macros
+version=1.7.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/util/util-macros-$version.tar.bz2)
+
+build() {
+ cd util-macros-$version
+
+ ./configure --prefix=/usr
+
+ make
+ make DESTDIR=$PKG install
+}