Added xorg-util-macros-1.6.0 build template.
--HG-- extra : convert_revision : 56145876dd0b4ea7dd0726565ecab80f61442c33
This commit is contained in:
parent
b2e94e2c06
commit
af0fc82fe1
1 changed files with 21 additions and 0 deletions
21
srcpkgs/xorg-util-macros/template
Normal file
21
srcpkgs/xorg-util-macros/template
Normal file
|
@ -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 <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
|
||||||
|
}
|
Loading…
Reference in a new issue