xorg/xorg-xf86-video-qxl/Pkgfile
2019-04-14 20:34:34 +10:00

19 lines
436 B
Plaintext

# Description: QXL virtual GPU video driver for the Xorg X server
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-server spice-protocol
name=xorg-xf86-video-qxl
version=0.1.5
release=1
source=(https://www.x.org/archive/individual/driver/xf86-video-qxl-$version.tar.bz2)
build() {
cd xf86-video-qxl-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}