20 lines
526 B
Text
20 lines
526 B
Text
# Template build file for 'xproto'.
|
|
pkgname=xproto
|
|
version=7.0.23
|
|
revision=2
|
|
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=ade04a0949ebe4e3ef34bb2183b1ae8e08f6f9c7571729c9db38212742ac939e
|
|
long_desc="
|
|
X protocol and ancillary headers from modular Xorg X11."
|
|
|
|
xproto_package() {
|
|
noarch="yes"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|