inputproto: update to 2.3.
This commit is contained in:
parent
e611e81140
commit
a92b09ad90
|
@ -1,20 +1,18 @@
|
||||||
# Template build for 'inputproto'.
|
# Template build for 'inputproto'.
|
||||||
pkgname=inputproto
|
pkgname=inputproto
|
||||||
version=2.2
|
version=2.3
|
||||||
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
revision=2
|
|
||||||
short_desc="Input extension headers from X.org"
|
short_desc="Input extension headers from X.org"
|
||||||
homepage="http://xorg.freedesktop.org"
|
homepage="http://xorg.freedesktop.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
distfiles="${XORG_SITE}/proto/$pkgname-$version.tar.bz2"
|
distfiles="${XORG_SITE}/proto/$pkgname-$version.tar.bz2"
|
||||||
checksum=de7516ab25c299740da46c0f1af02f1831c5aa93b7283f512c0f35edaac2bcb0
|
checksum=7d26b193f6699f8e9c1e28bf026844b7ecea33dd644402523471be109152c32f
|
||||||
long_desc="
|
|
||||||
This provides the input extension headers from modular X.org X11 project."
|
|
||||||
|
|
||||||
inputproto_package() {
|
inputproto_package() {
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue