22 lines
625 B
Bash
22 lines
625 B
Bash
# Template file for 'xf86-video-qxl'
|
|
pkgname=xf86-video-qxl
|
|
version=0.1.6
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake m4 xorg-util-macros libtool pkg-config"
|
|
makedepends="xorg-server-devel spice-protocol xorgproto"
|
|
depends="virtual?xserver-abi-video-25_1"
|
|
short_desc="Xorg QXL video driver"
|
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://www.x.org"
|
|
distfiles="$XORG_SITE/driver/${pkgname}-${version}.tar.xz"
|
|
checksum=2ad39558db47a8fcc036e290e0b084671e58d43344a57b279abd870c4c67965f
|
|
|
|
lib32disabled=yes
|
|
LDFLAGS="-Wl,-z,lazy"
|
|
|
|
post_install() {
|
|
vlicense COPYING LICENSE
|
|
}
|