void-packages/srcpkgs/xorg-util-macros/template
Juan RP af0fc82fe1 Added xorg-util-macros-1.6.0 build template.
--HG--
extra : convert_revision : 56145876dd0b4ea7dd0726565ecab80f61442c33
2010-02-17 07:06:30 +01:00

22 lines
616 B
Plaintext

# 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 <xtraeme@gmail.com>"
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
}