summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-util-macros
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:13:07 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 22:13:07 +0100
commite2272f64e0dd47c52eee1725812ebae44b523700 (patch)
tree7664f89e57811ec62474d9e669671d0a76dccc66 /xorg/xorg-util-macros
parent4b234dd020edf4feed94251304d9e32915d48d0a (diff)
downloadnutyx-extra-e2272f64e0dd47c52eee1725812ebae44b523700.tar.gz
nutyx-extra-e2272f64e0dd47c52eee1725812ebae44b523700.tar.bz2
nutyx-extra-e2272f64e0dd47c52eee1725812ebae44b523700.tar.xz
nutyx-extra-e2272f64e0dd47c52eee1725812ebae44b523700.zip
Ajout de xorg-util-macros#1.3.0-1
Diffstat (limited to 'xorg/xorg-util-macros')
-rw-r--r--xorg/xorg-util-macros/.footprint4
-rw-r--r--xorg/xorg-util-macros/.md5sum1
-rw-r--r--xorg/xorg-util-macros/Pkgfile17
3 files changed, 22 insertions, 0 deletions
diff --git a/xorg/xorg-util-macros/.footprint b/xorg/xorg-util-macros/.footprint
new file mode 100644
index 000000000..9f5d1cf77
--- /dev/null
+++ b/xorg/xorg-util-macros/.footprint
@@ -0,0 +1,4 @@
+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
diff --git a/xorg/xorg-util-macros/.md5sum b/xorg/xorg-util-macros/.md5sum
new file mode 100644
index 000000000..98beae985
--- /dev/null
+++ b/xorg/xorg-util-macros/.md5sum
@@ -0,0 +1 @@
+0837fe88af7d692308b25815457a3288 util-macros-1.3.0.tar.bz2
diff --git a/xorg/xorg-util-macros/Pkgfile b/xorg/xorg-util-macros/Pkgfile
new file mode 100644
index 000000000..f1045c1d5
--- /dev/null
+++ b/xorg/xorg-util-macros/Pkgfile
@@ -0,0 +1,17 @@
+# Description: xorg m4 macros
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+
+name=xorg-util-macros
+version=1.3.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
+}