void-packages/templates/libXtst/template
Juan RP dd6b45c322 Set sourcepkg to pkgname through run_template().
This removes the need for having to specify sourcepkg manually in
every package that will build subpkgs.

--HG--
extra : convert_revision : 383e4c467e84844d2f4f61ae5c5e07a5124e9cfb
2009-07-29 22:44:30 +02:00

20 lines
639 B
Text

# Template build file for 'libXtst'.
pkgname=libXtst
version=1.0.3
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="X Tst Library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=b4a8dd3d9ceb04cd7322c1f7e5d2320d6ccf85ba8c81d736fd6d6c83c658c905
long_desc="
This package provides the X Tst Library from the modular X.org X11 project."
subpackages="devel"
Add_dependency build pkg-config
Add_dependency build xproto
Add_dependency build xextproto
Add_dependency build recordproto
Add_dependency build inputproto
Add_dependency full glibc
Add_dependency full libX11
Add_dependency full libXext