wok-next view xf86-video-qxl/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xf86-video-qxl"
4 VERSION="0.1.5" # 2016-12-19
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="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
14 TARBALL_SHA1="150bbd8bf2218e33c30ca6e88422870ae08ff1af"
16 BUILD_DEPENDS="util-macros xorg-server-dev libxfont2-dev xorgproto eudev-dev \
17 spice-protocol"
18 DEPENDS="xorg-server eudev"
20 compile_rules() {
21 export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
23 ./configure $CONFIGURE_ARGS &&
24 fix libtool &&
25 make &&
26 make install
27 }
29 TAGS="Xorg display"
31 PROVIDE="xorg-xf86-video-qxl"