From af0fc82fe18f5fb9d602e482417c6b17711e18da Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 17 Feb 2010 07:06:30 +0100 Subject: [PATCH] Added xorg-util-macros-1.6.0 build template. --HG-- extra : convert_revision : 56145876dd0b4ea7dd0726565ecab80f61442c33 --- srcpkgs/xorg-util-macros/template | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 srcpkgs/xorg-util-macros/template diff --git a/srcpkgs/xorg-util-macros/template b/srcpkgs/xorg-util-macros/template new file mode 100644 index 0000000000..e6365c3173 --- /dev/null +++ b/srcpkgs/xorg-util-macros/template @@ -0,0 +1,21 @@ +# Template file for 'xorg-util-macros' +pkgname=xorg-util-macros +version=1.6.0 +wrksrc="util-macros-${version}" +distfiles="${XORG_SITE}/util/util-macros-$version.tar.bz2" +build_style=gnu_configure +short_desc="Xorg autotool macros" +maintainer="Juan RP " +checksum=9d074937d3187f3c776e09a762ea996e0ca28e9784bac57de27d36f9b6955cd1 +long_desc=" + This package contains the autoconf/automake macros shared by the various + modular Xorg components." + +noarch=yes +Add_dependency build pkg-config + +post_install() +{ + install -d ${DESTDIR}/usr/lib + mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib/pkgconfig +}