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 +}