2009-03-19 01:02:13 +01:00
|
|
|
# Template build file for 'xextproto'.
|
2008-10-04 06:29:49 +02:00
|
|
|
pkgname=xextproto
|
2011-02-27 12:16:59 +01:00
|
|
|
version=7.2.0
|
2013-03-29 13:22:46 +01:00
|
|
|
revision=2
|
2013-04-08 19:12:31 +02:00
|
|
|
build_style=gnu-configure
|
|
|
|
hostmakedepends="xmlto"
|
2008-09-30 04:02:44 +02:00
|
|
|
short_desc="XExt extension headers from X.org"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-03-29 13:22:46 +01:00
|
|
|
homepage="http://xorg.freedesktop.org"
|
|
|
|
license="MIT"
|
2013-04-08 19:12:31 +02:00
|
|
|
distfiles="${XORG_SITE}/proto/$pkgname-$version.tar.bz2"
|
2011-02-27 12:16:59 +01:00
|
|
|
checksum=d2bc4208c6b1883ebe00bc5c0048e5d825038cda56775f74bb4aa89afdc576d5
|
2008-09-30 04:02:44 +02:00
|
|
|
long_desc="
|
|
|
|
This provides the XExt extension headers from modular X.org project."
|
2013-04-12 13:13:49 +02:00
|
|
|
|
|
|
|
xextproto_package() {
|
|
|
|
noarch="yes"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|