void-packages/srcpkgs/xproto/template
2013-12-28 11:11:18 +01:00

18 lines
456 B
Text

# Template build file for 'xproto'.
pkgname=xproto
version=7.0.25
revision=1
build_style=gnu-configure
short_desc="X protocol and ancillary headers from Xorg X11"
homepage="http://xorg.freedesktop.org"
license="MIT"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="${XORG_SITE}/proto/$pkgname-$version.tar.bz2"
checksum=92247485dc4ffc3611384ba84136591923da857212a7dc29f4ad7797e13909fe
xproto_package() {
noarch="yes"
pkg_install() {
vmove all
}
}