diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 22:13:07 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-27 22:13:07 +0100 |
commit | e2272f64e0dd47c52eee1725812ebae44b523700 (patch) | |
tree | 7664f89e57811ec62474d9e669671d0a76dccc66 /xorg/xorg-util-macros | |
parent | 4b234dd020edf4feed94251304d9e32915d48d0a (diff) | |
download | nutyx-pakxe-e2272f64e0dd47c52eee1725812ebae44b523700.tar.gz nutyx-pakxe-e2272f64e0dd47c52eee1725812ebae44b523700.tar.bz2 nutyx-pakxe-e2272f64e0dd47c52eee1725812ebae44b523700.tar.xz nutyx-pakxe-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/.footprint | 4 | ||||
-rw-r--r-- | xorg/xorg-util-macros/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-util-macros/Pkgfile | 17 |
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 +} |