void-packages/srcpkgs/xorg-util-macros/template
2013-12-04 09:52:51 +01:00

21 lines
522 B
Plaintext

# Template file for 'xorg-util-macros'
pkgname=xorg-util-macros
version=1.18.0
revision=1
wrksrc="${pkgname/xorg-/}-${version}"
build_style=gnu-configure
hostmakedepends="pkg-config"
short_desc="Xorg autotool macros"
homepage="http://xorg.freedesktop.org"
license="MIT"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="${XORG_SITE}/util/util-macros-$version.tar.bz2"
checksum=e5e3d132a852f0576ea2cf831a9813c54a58810a59cdb198f56b884c5a78945b
xorg-util-macros_package() {
noarch="yes"
pkg_install() {
vmove all
}
}