void-packages/srcpkgs/libXxf86vm/template
2012-03-08 09:37:29 +01:00

23 lines
790 B
Plaintext

# Template build file for 'libXxf86vm'.
pkgname=libXxf86vm
version=1.1.2
homepage="${XORG_SITE}"
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu-configure
short_desc="Library for the XFree86-VidMode X extension"
maintainer="Juan RP <xtraeme@gmail.com>"
license="MIT"
checksum=a564172fb866b1b587bbccb7d041088931029845245e0d15c32ca7f1bb48fc84
long_desc="
These functions provide an interface to the server extension
XFree86-VidModeExtension which allows the video modes to be queried
and adjusted dynamically and mode switching to be controlled.
This library is from the modular X.org project."
subpackages="$pkgname-devel"
Add_dependency build pkg-config
Add_dependency build xf86vidmodeproto
Add_dependency build libX11-devel
Add_dependency build libXext-devel