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/Pkgfile.old | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 xorg-util-macros/Pkgfile.old (limited to 'xorg-util-macros/Pkgfile.old') 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