23 lines
731 B
Text
23 lines
731 B
Text
# Template build file for 'xf86-video-qxl'.
|
|
pkgname=xf86-video-qxl
|
|
version=0.1.0
|
|
revision=3
|
|
build_style=gnu-configure
|
|
configure_args="--enable-xspice=yes"
|
|
makedepends="pkg-config xf86dgaproto spice-protocol>=0.12.2 spice-devel>=0.12
|
|
xorg-server-devel>=1.13<1.14"
|
|
short_desc="Modular Xorg QXL virtual video driver"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
|
checksum=5ca3c1039fc195e73fa68558d0d7ee2b97cf10f4e7474ca533732a5d39ebbce5
|
|
long_desc="
|
|
This is the QXL virtual video driver for the modular Xorg server."
|
|
|
|
xf86-video-qxl_package() {
|
|
depends="xserver-abi-video>=13<14 spice>=0.12"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|