void-packages/templates/libXext/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

18 lines
558 B
Text

# Template build file for 'libXext'.
pkgname=libXext
version=1.0.5
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="X Extension library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=1280af98466cb4484a89858ede3347ba9d7785baeb80b11f2066142dc2317d97
long_desc="
This package contains the X Extension 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 full glibc
Add_dependency full libX11