void-packages/srcpkgs/xf86-video-vesa/template
Juan RP 1c5f4690e6 xbps-src: always require current srcpkgs version in build dependencies.
That means that version comparators are not supported anymore in
hostmakedepends and makedepends.

This will ensure that a pkg is always built with the same build dependencies
everywhere, if the srcpkgs tree is uptodate.
2015-03-27 10:59:58 +01:00

19 lines
593 B
Bash

# Template build file for 'xf86-video-vesa'.
pkgname=xf86-video-vesa
version="2:2.3.3"
wrksrc="${pkgname}-${version#*:}"
revision=5
lib32disabled=yes
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="xorg-server-devel"
depends="virtual?xserver-abi-video-19_1"
short_desc="Xorg VESA video driver"
homepage="http://xorg.freedesktop.org"
license="MIT"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="${XORG_SITE}/driver/${pkgname}-${version#*:}.tar.bz2"
checksum=ce8b75e5a40e9dae76f2ac9e2880f7f73a848653ca2eed5880f52dc2c0d3aef8
CFLAGS="-I$XBPS_CROSS_BASE/usr/include/xorg"