From 1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 Mon Sep 17 00:00:00 2001 From: Lukc Date: Sat, 18 Dec 2010 23:16:03 +0100 Subject: Import automatique des recettes de Crux. (git://crux.nu/ports/xorg.git - branche 2.7) --- xorg-util-macros/.footprint | 8 ++++++++ xorg-util-macros/.md5sum | 1 + xorg-util-macros/Pkgfile | 17 +++++++++++++++++ xorg-util-macros/Pkgfile.old | 17 +++++++++++++++++ 4 files changed, 43 insertions(+) create mode 100644 xorg-util-macros/.footprint create mode 100644 xorg-util-macros/.md5sum create mode 100644 xorg-util-macros/Pkgfile create mode 100644 xorg-util-macros/Pkgfile.old (limited to 'xorg-util-macros') 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 +} -- cgit v1.2.3-54-g00ecf