void-packages/srcpkgs/xorg-util-macros/template

22 lines
616 B
Text
Raw Normal View History

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