23 lines
629 B
Text
23 lines
629 B
Text
# Template file for 'xorg-util-macros'
|
|
pkgname=xorg-util-macros
|
|
version=1.15.0
|
|
revision=3
|
|
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>"
|
|
wrksrc="util-macros-${version}"
|
|
distfiles="${XORG_SITE}/util/util-macros-$version.tar.bz2"
|
|
checksum=b31c6d39014e537ff95609661a4f8258f7c4a4f3b8bdfdad3d69bdd5cb80f40e
|
|
long_desc="
|
|
This package contains the autoconf/automake macros shared by the various
|
|
modular Xorg components."
|
|
|
|
xorg-util-macros_package() {
|
|
noarch="yes"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|