diff --git a/srcpkgs/xorg-util-macros/template b/srcpkgs/xorg-util-macros/template index 75c0bb9b203..5ef66ad1be3 100644 --- a/srcpkgs/xorg-util-macros/template +++ b/srcpkgs/xorg-util-macros/template @@ -1,24 +1,17 @@ # Template file for 'xorg-util-macros' pkgname=xorg-util-macros version=1.15.0 -wrksrc="util-macros-${version}" -distfiles="${XORG_SITE}/util/util-macros-$version.tar.bz2" +revision=3 +noarch=yes build_style=gnu-configure -makedepends="pkg-config" -revision=2 +hostmakedepends="pkg-config" short_desc="Xorg autotool macros" homepage="http://xorg.freedesktop.org" license="MIT" maintainer="Juan RP " +wrksrc="util-macros-${version}" +distfiles="${XORG_SITE}/util/util-macros-$version.tar.bz2" checksum=b31c6d39014e537ff95609661a4f8258f7c4a4f3b8bdfdad3d69bdd5cb80f40e long_desc=" This package contains the autoconf/automake macros shared by the various modular Xorg components." - -noarch=yes - -post_install() -{ - install -d ${DESTDIR}/usr/lib - mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib/pkgconfig -}