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

23 lines
621 B
Plaintext

# 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"
build_style=gnu-configure
makedepends="pkg-config"
revision=1
short_desc="Xorg autotool macros"
maintainer="Juan RP <xtraeme@gmail.com>"
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
}