2009-03-31 16:28:37 +00:00
|
|
|
# Template build file for 'xf86-video-vesa'.
|
|
|
|
pkgname=xf86-video-vesa
|
2012-12-16 20:44:42 +00:00
|
|
|
_distver="2.3.2"
|
2012-12-16 21:05:33 +00:00
|
|
|
version="2:${_distver}"
|
2012-12-16 20:44:42 +00:00
|
|
|
wrksrc="${pkgname}-${_distver}"
|
2013-07-05 07:42:01 +00:00
|
|
|
revision=5
|
2012-12-16 20:44:42 +00:00
|
|
|
build_style=gnu-configure
|
2013-05-06 11:49:46 +00:00
|
|
|
hostmakedepends="pkg-config"
|
2013-07-05 07:42:01 +00:00
|
|
|
makedepends="xorg-server-devel>=1.14"
|
2009-03-31 16:28:37 +00:00
|
|
|
short_desc="Xorg VESA video driver"
|
2013-03-31 07:52:36 +00:00
|
|
|
homepage="http://xorg.freedesktop.org"
|
|
|
|
license="MIT"
|
2009-03-31 16:28:37 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-12-16 20:44:42 +00:00
|
|
|
distfiles="${XORG_SITE}/driver/${pkgname}-${_distver}.tar.bz2"
|
|
|
|
checksum=144a17ffae3c86603ddc4ae33521a52813498ee1f8213faa662dc4a8d6490ee3
|
2009-03-31 16:28:37 +00:00
|
|
|
long_desc="
|
2012-12-16 20:44:42 +00:00
|
|
|
This is the X11 video driver for Generic VESA video cards."
|
2013-04-14 16:42:25 +00:00
|
|
|
|
2013-05-06 11:49:46 +00:00
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
|
|
CFLAGS="-I$XBPS_CROSS_BASE/usr/include/xorg"
|
|
|
|
fi
|
|
|
|
|
2013-04-14 16:42:25 +00:00
|
|
|
xf86-video-vesa_package() {
|
2013-07-05 07:42:01 +00:00
|
|
|
depends="xserver-abi-video-14_1"
|
2013-04-14 16:42:25 +00:00
|
|
|
pkg_install() {
|
2013-07-05 07:42:01 +00:00
|
|
|
vmove all
|
2013-04-14 16:42:25 +00:00
|
|
|
}
|
|
|
|
}
|