void-packages/srcpkgs/libXres/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

26 lines
857 B
Text

# Template build file for 'libXres'.
pkgname=libXres
version=1.0.4
revision=1
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu-configure
short_desc="X Resource Information Extension Library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=457f567a70ef8798cfb32f897ffa52c3f010923b07414b3a42277f56877572df
long_desc="
This package contains the X Resource Information Extension Library
from the modular X.org project.
X-Resource is an extension that allows a client to query the X
server about its usage of various resources."
subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run libX11
Add_dependency run libXext
Add_dependency build pkg-config
Add_dependency build xproto
Add_dependency build xextproto
Add_dependency build resourceproto
Add_dependency build libX11-devel
Add_dependency build libXext-devel