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

Remove libwebkit-video, libwebkit, webkit-r: use webkitgtk or webkit2gtk instead
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 24 00:37:52 2018 +0300 (2018-05-24)
parents d305457ae6b8
children cd7906120828
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/"
11 TARBALL="xf86-video-qxl-$VERSION.tar.bz2"
12 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
14 BUILD_DEPENDS="xorg-server-dev xorg-libXfont2-dev xorg-xf86dgaproto \
15 spice-protocol"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="xorg-server eudev"
27 TAGS="xorg display"
28 }