void-packages/srcpkgs/printproto/template

21 lines
533 B
Plaintext
Raw Normal View History

# Template build file for 'printproto'.
pkgname=printproto
version=1.0.4
revision=3
build_style=gnu-configure
short_desc="Print extension headers from X.org"
2013-03-31 07:51:41 +00:00
homepage="http://xorg.freedesktop.org"
license="MIT"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="${XORG_SITE}/proto/$pkgname-$version.tar.bz2"
checksum=f059a93188e7143dbb6cc55e31ccf81b976776aa3023bfa57f47501fd1bfd3be
long_desc="
Definitions needed by the X Print server, library, and clients."
printproto_package() {
noarch="yes"
pkg_install() {
vmove usr
}
}