xorg-util-macros: update to 1.18.0.
This commit is contained in:
parent
5083c30e6f
commit
2b82436e73
|
@ -1,23 +1,20 @@
|
||||||
# Template file for 'xorg-util-macros'
|
# Template file for 'xorg-util-macros'
|
||||||
pkgname=xorg-util-macros
|
pkgname=xorg-util-macros
|
||||||
version=1.15.0
|
version=1.18.0
|
||||||
revision=3
|
revision=1
|
||||||
|
wrksrc="${pkgname/xorg-/}-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
short_desc="Xorg autotool macros"
|
short_desc="Xorg autotool macros"
|
||||||
homepage="http://xorg.freedesktop.org"
|
homepage="http://xorg.freedesktop.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
wrksrc="util-macros-${version}"
|
|
||||||
distfiles="${XORG_SITE}/util/util-macros-$version.tar.bz2"
|
distfiles="${XORG_SITE}/util/util-macros-$version.tar.bz2"
|
||||||
checksum=b31c6d39014e537ff95609661a4f8258f7c4a4f3b8bdfdad3d69bdd5cb80f40e
|
checksum=e5e3d132a852f0576ea2cf831a9813c54a58810a59cdb198f56b884c5a78945b
|
||||||
long_desc="
|
|
||||||
This package contains the autoconf/automake macros shared by the various
|
|
||||||
modular Xorg components."
|
|
||||||
|
|
||||||
xorg-util-macros_package() {
|
xorg-util-macros_package() {
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue