void-packages/srcpkgs/libXext/template
Juan RP 23dd7d008e Update build_style for all templates.
- There's no need to set build_style for custom-install (default).
- gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
2011-10-24 14:14:47 +02:00

19 lines
599 B
Text

# Template build file for 'libXext'.
pkgname=libXext
version=1.3.0
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu-configure
short_desc="X Extension library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=e9daeb400855b9836e328500cec356b2769033174fc1b2be0df4a80f031debc0
long_desc="
This package contains the X Extension library from the modular
X.org X11 project."
subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run libX11
Add_dependency build pkg-config
Add_dependency build xproto
Add_dependency build xextproto
Add_dependency build libX11-devel