2009-03-19 00:04:04 +00:00
|
|
|
# Template build file for 'kbproto'.
|
2008-10-04 04:29:49 +00:00
|
|
|
pkgname=kbproto
|
2009-10-28 02:06:01 +00:00
|
|
|
version=1.0.4
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2013-03-29 12:38:22 +00:00
|
|
|
revision=2
|
|
|
|
homepage="http://xorg.freedesktop.org"
|
|
|
|
license="MIT"
|
2008-09-30 02:02:44 +00:00
|
|
|
short_desc="KB extension headers from X.org"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-04-12 15:12:12 +00:00
|
|
|
distfiles="${XORG_SITE}/proto/$pkgname-$version.tar.bz2"
|
2009-10-28 02:06:01 +00:00
|
|
|
checksum=1baa29931313d0c3eb81dffd42662768cc76ce49ce94024d5fe32ef5a4e8603c
|
2008-09-30 02:02:44 +00:00
|
|
|
long_desc="
|
|
|
|
This provides the KB extension headers from modular X.org X11 project."
|
2009-03-19 00:04:04 +00:00
|
|
|
|
2013-04-12 15:12:12 +00:00
|
|
|
kbproto_package() {
|
|
|
|
noarch="yes"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|