22 lines
626 B
Bash
22 lines
626 B
Bash
# Template file for 'xf86-video-qxl'
|
|
pkgname=xf86-video-qxl
|
|
version=0.1.5
|
|
revision=2
|
|
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-24_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.bz2"
|
|
checksum=b18682e04503c6326f7bf7190f3ee50a3d4d69758a2a3cc9af102a6b3f114c92
|
|
|
|
lib32disabled=yes
|
|
LDFLAGS="-Wl,-z,lazy"
|
|
|
|
post_install() {
|
|
vlicense COPYING LICENSE
|
|
}
|