wok-next view xorg-xf86-video-qxl/receipt @ rev 21018

Nasty typo broke the cooker
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Oct 17 03:59:24 2018 +0300 (2018-10-17)
parents cd7906120828
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xf86-video-qxl"
4 VERSION="0.1.5"
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg driver for QXL virtual GPU"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 REPOLOGY="xdrv:qxl"
12 TARBALL="xf86-video-qxl-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
15 BUILD_DEPENDS="xorg-server-dev xorg-libXfont2-dev xorg-xorgproto \
16 spice-protocol"
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="xorg-server eudev"
28 TAGS="xorg display"
29 }