void-packages/srcpkgs/libXfixes/template
Juan RP ed4d00c6d1 libXfixes: move so symlink into main pkg.
--HG--
extra : convert_revision : d57642cc49243da4615cbfb1717478b0f4ed273d
2010-04-22 21:27:35 +02:00

26 lines
915 B
Plaintext

# Template build file for 'libXfixes'.
pkgname=libXfixes
version=4.0.4
revision=1
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