21 lines
617 B
Text
21 lines
617 B
Text
# Template file for 'xorg-util-macros'
|
|
pkgname=xorg-util-macros
|
|
version=1.10.1
|
|
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=2f8df367b5ba7f67a58328035ee5e9389c6e1a367c0339bcd842860936072517
|
|
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
|
|
}
|