void-packages/templates/xf86-video-intel/template
Juan RP 2c53035fb7 Added support for extended pkgdep version matching.
xbps from launchpad head branch has gained support for extended
pkg version matching, as specified in:

https://blueprints.launchpad.net/xbps/+spec/improved-version-matching

Now it's required to specify the operator(s) for required versions
in the depends files and "Add_dependency" option in build templates.

xbps-src now requires xbps utils 20091107.

--HG--
extra : convert_revision : fc09fa707483a75e0b6f68445721fc1a9166cdad
2009-11-07 05:01:00 +01:00

14 lines
479 B
Text

# Template build file for 'xf86-video-intel'.
pkgname=xf86-video-intel
version=2.9.1
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="Xorg Intel video driver"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=95347c88854c2b41c07ab3bcdfadd1b8d27fb181a20520f185892877eb8d9d76
long_desc="
This is the video driver for Intel video chips for the
Xorg X11 server."
Add_dependency full glibc
Add_dependency full xorg-server ">=1.6.4_1"