void-packages/srcpkgs/inputproto/template
2013-04-22 21:39:14 +02:00

19 lines
448 B
Plaintext

# Template build for 'inputproto'.
pkgname=inputproto
version=2.3
revision=1
build_style=gnu-configure
short_desc="Input extension headers from X.org"
homepage="http://xorg.freedesktop.org"
license="MIT"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="${XORG_SITE}/proto/$pkgname-$version.tar.bz2"
checksum=7d26b193f6699f8e9c1e28bf026844b7ecea33dd644402523471be109152c32f
inputproto_package() {
noarch="yes"
pkg_install() {
vmove all
}
}