2011-02-17 14:38:20 +00:00
|
|
|
# Template build file for 'xf86-video-qxl'.
|
|
|
|
pkgname=xf86-video-qxl
|
2012-09-22 09:21:57 +00:00
|
|
|
version=0.1.0
|
2013-03-31 07:52:36 +00:00
|
|
|
revision=3
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-03-13 14:26:13 +00:00
|
|
|
configure_args="--enable-xspice=yes"
|
2013-03-31 07:52:36 +00:00
|
|
|
makedepends="pkg-config xf86dgaproto spice-protocol>=0.12.2 spice-devel>=0.12
|
2012-12-16 20:34:35 +00:00
|
|
|
xorg-server-devel>=1.13<1.14"
|
2011-02-17 14:38:20 +00:00
|
|
|
short_desc="Modular Xorg QXL virtual video driver"
|
2013-03-31 07:52:36 +00:00
|
|
|
homepage="http://xorg.freedesktop.org"
|
|
|
|
license="MIT"
|
2011-02-17 14:38:20 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-09-22 09:21:57 +00:00
|
|
|
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
|
|
|
checksum=5ca3c1039fc195e73fa68558d0d7ee2b97cf10f4e7474ca533732a5d39ebbce5
|
2011-02-17 14:38:20 +00:00
|
|
|
long_desc="
|
|
|
|
This is the QXL virtual video driver for the modular Xorg server."
|
2013-04-14 16:42:25 +00:00
|
|
|
|
|
|
|
xf86-video-qxl_package() {
|
|
|
|
depends="xserver-abi-video>=13<14 spice>=0.12"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|