xproto: update to 7.0.25.

This commit is contained in:
Juan RP 2013-12-28 11:11:18 +01:00
parent 68296e5962
commit b8e3c05c11

View File

@ -1,20 +1,18 @@
# Template build file for 'xproto'. # Template build file for 'xproto'.
pkgname=xproto pkgname=xproto
version=7.0.23 version=7.0.25
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
short_desc="X protocol and ancillary headers from Xorg X11" short_desc="X protocol and ancillary headers from Xorg X11"
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>"
distfiles="${XORG_SITE}/proto/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/proto/$pkgname-$version.tar.bz2"
checksum=ade04a0949ebe4e3ef34bb2183b1ae8e08f6f9c7571729c9db38212742ac939e checksum=92247485dc4ffc3611384ba84136591923da857212a7dc29f4ad7797e13909fe
long_desc="
X protocol and ancillary headers from modular Xorg X11."
xproto_package() { xproto_package() {
noarch="yes" noarch="yes"
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }