New package: presentproto-1.0.
This commit is contained in:
parent
12515785ab
commit
f40ce33c66
1 changed files with 18 additions and 0 deletions
18
srcpkgs/presentproto/template
Normal file
18
srcpkgs/presentproto/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template build file for 'presentproto'.
|
||||
pkgname=presentproto
|
||||
version=1.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Present extension headers from X.org"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://xorg.freedesktop.org"
|
||||
license="MIT"
|
||||
distfiles="${XORG_SITE}/proto/$pkgname-$version.tar.bz2"
|
||||
checksum=812c7d48721f909a0f7a2cb1e91f6eead76159a36c4712f4579ca587552839ce
|
||||
|
||||
presentproto_package() {
|
||||
noarch="yes"
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue