void-packages/srcpkgs/libXres/template
2012-03-08 09:25:42 +01:00

23 lines
747 B
Plaintext

# Template build file for 'libXres'.
pkgname=libXres
version=1.0.6
homepage="${XORG_SITE}"
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>"
license="MIT"
checksum=ff8661c925e8b182f98ae98f02bbd93c55259ef7f34a92c1a126b6074ebde890
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 build pkg-config
Add_dependency build resourceproto
Add_dependency build libX11-devel
Add_dependency build libXext-devel