diff options
Diffstat (limited to 'xorg')
-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 +} |