2009-03-19 01:04:04 +01:00
|
|
|
# Template build file for 'xcmiscproto'.
|
2008-10-04 06:29:49 +02:00
|
|
|
pkgname=xcmiscproto
|
2009-10-28 03:06:01 +01:00
|
|
|
version=1.2.0
|
2013-03-29 13:24:16 +01:00
|
|
|
revision=2
|
2013-04-14 18:42:25 +02:00
|
|
|
build_style=gnu-configure
|
2008-09-30 04:02:44 +02:00
|
|
|
short_desc="XCMisc extension headers from X.org"
|
2013-03-29 13:24:16 +01:00
|
|
|
homepage="http://xorg.freedesktop.org"
|
|
|
|
license="MIT"
|
2008-09-30 04:02:44 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-04-14 18:42:25 +02:00
|
|
|
distfiles="${XORG_SITE}/proto/$pkgname-$version.tar.bz2"
|
2009-10-28 03:06:01 +01:00
|
|
|
checksum=de17c06b7005c5e9ab469e324e76c5c3b8baa2dfc3c1dc7e93438c197facf68e
|
2008-09-30 04:02:44 +02:00
|
|
|
long_desc="
|
|
|
|
This provides the XCMisc extension headers from modular X.org project."
|
2009-03-19 01:04:04 +01:00
|
|
|
|
2013-04-14 18:42:25 +02:00
|
|
|
xcmiscproto_package() {
|
|
|
|
noarch="yes"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|