From 54dd52a9fdca60169a8d8cc60845112511b30cd1 Mon Sep 17 00:00:00 2001 From: sibel Date: Thu, 3 Mar 2011 12:20:04 +0100 Subject: xorg-util-macros, deplacé dans base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/xorg-util-macros/Pkgfile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 base/xorg-util-macros/Pkgfile (limited to 'base/xorg-util-macros/Pkgfile') diff --git a/base/xorg-util-macros/Pkgfile b/base/xorg-util-macros/Pkgfile new file mode 100644 index 000000000..9aabe29db --- /dev/null +++ b/base/xorg-util-macros/Pkgfile @@ -0,0 +1,18 @@ +# Description: xorg m4 macros +# URL: http://xorg.freedesktop.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed + +name=xorg-util-macros +version=1.7.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