summaryrefslogtreecommitdiffstats
path: root/xorg-util-macros
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-util-macros')
-rw-r--r--xorg-util-macros/.footprint8
-rw-r--r--xorg-util-macros/.md5sum1
-rw-r--r--xorg-util-macros/Pkgfile17
-rw-r--r--xorg-util-macros/Pkgfile.old17
4 files changed, 43 insertions, 0 deletions
diff --git a/xorg-util-macros/.footprint b/xorg-util-macros/.footprint
new file mode 100644
index 0000000..e0c0ec2
--- /dev/null
+++ b/xorg-util-macros/.footprint
@@ -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/xorg-util-macros/.md5sum b/xorg-util-macros/.md5sum
new file mode 100644
index 0000000..6d429bd
--- /dev/null
+++ b/xorg-util-macros/.md5sum
@@ -0,0 +1 @@
+533b86bfdafadbde12c654e2f0144679 util-macros-1.10.0.tar.bz2
diff --git a/xorg-util-macros/Pkgfile b/xorg-util-macros/Pkgfile
new file mode 100644
index 0000000..a8c925b
--- /dev/null
+++ b/xorg-util-macros/Pkgfile
@@ -0,0 +1,17 @@
+description="xorg m4 macros"
+packager=""
+maintainer="Tilman Sauerbeck, tilman at crux dot nu"
+url="http://xorg.freedesktop.org"
+depends=()
+
+name=xorg-util-macros
+version=1.10.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/util/util-macros-1.10.0.tar.bz2)
+build ()
+{
+ cd util-macros-$version;
+ ./configure --prefix=/usr;
+ make;
+ make DESTDIR=$PKG install
+}
diff --git a/xorg-util-macros/Pkgfile.old b/xorg-util-macros/Pkgfile.old
new file mode 100644
index 0000000..093c857
--- /dev/null
+++ b/xorg-util-macros/Pkgfile.old
@@ -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.10.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
+}