void-packages/srcpkgs/libXxf86vm/template
Juan RP 381e9f429c libXxf86vm: move so symlink into main pkg.
--HG--
extra : convert_revision : f3b8750444d9a48d1c91334f3d850b3d5614389b
2010-04-22 21:26:16 +02:00

27 lines
900 B
Plaintext

# Template build file for 'libXxf86vm'.
pkgname=libXxf86vm
version=1.1.0
revision=2
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>"
checksum=7cc5e577b337c5267f4e65741f27229111ada8cb833e24b47713a683e8838de8
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 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 xf86vidmodeproto
Add_dependency build libX11-devel
Add_dependency build libXext-devel