diff options
author | Lukc <lukc@upyum.com> | 2010-12-18 23:16:03 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-18 23:16:03 +0100 |
commit | 1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 (patch) | |
tree | 5b5f63901a4d7337f2abea8c90daae0330c93a0b /xorg-util-macros | |
download | xorg-master.tar.gz xorg-master.tar.bz2 xorg-master.tar.xz xorg-master.zip |
Diffstat (limited to 'xorg-util-macros')
-rw-r--r-- | xorg-util-macros/.footprint | 8 | ||||
-rw-r--r-- | xorg-util-macros/.md5sum | 1 | ||||
-rw-r--r-- | xorg-util-macros/Pkgfile | 17 | ||||
-rw-r--r-- | xorg-util-macros/Pkgfile.old | 17 |
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 +} |