void-packages/srcpkgs/libXfixes/template

25 lines
904 B
Plaintext
Raw Normal View History

# Template build file for 'libXfixes'.
pkgname=libXfixes
version=4.0.4
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="Xfixes library and extension of X RandR from modular X.org"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=ba31d7e5c5c1907c30cba50bfd669aa7fe860555287c29f6e786612e4be33b48
long_desc="
The X Fixes Extension provides workarounds for various limitations
in the core protocol. The extension is designed to hold various
vaguely related extension bits that change how the X server and
clients interact with fundamental parts of the window system.
This package provides the libXFixes 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 fixesproto
Add_dependency build libX11-devel