2010-02-17 06:06:30 +00:00
|
|
|
# Template file for 'xorg-util-macros'
|
|
|
|
pkgname=xorg-util-macros
|
2011-07-16 20:00:59 +00:00
|
|
|
version=1.15.0
|
2013-04-08 09:33:14 +00:00
|
|
|
revision=3
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2013-04-08 09:33:14 +00:00
|
|
|
hostmakedepends="pkg-config"
|
2010-02-17 06:06:30 +00:00
|
|
|
short_desc="Xorg autotool macros"
|
2013-03-31 07:52:41 +00:00
|
|
|
homepage="http://xorg.freedesktop.org"
|
|
|
|
license="MIT"
|
2010-02-17 06:06:30 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-04-08 09:33:14 +00:00
|
|
|
wrksrc="util-macros-${version}"
|
|
|
|
distfiles="${XORG_SITE}/util/util-macros-$version.tar.bz2"
|
2011-07-16 20:00:59 +00:00
|
|
|
checksum=b31c6d39014e537ff95609661a4f8258f7c4a4f3b8bdfdad3d69bdd5cb80f40e
|
2010-02-17 06:06:30 +00:00
|
|
|
long_desc="
|
|
|
|
This package contains the autoconf/automake macros shared by the various
|
|
|
|
modular Xorg components."
|
2013-04-14 16:42:25 +00:00
|
|
|
|
|
|
|
xorg-util-macros_package() {
|
|
|
|
noarch="yes"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|