wok-next diff xf86-video-qxl/receipt @ rev 21280
gimp: added build dependencies
author | Hans-G?nter Theisgen |
---|---|
date | Sat Dec 07 17:24:40 2019 +0100 (2019-12-07) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xf86-video-qxl/receipt Sat Dec 07 17:24:40 2019 +0100 1.3 @@ -0,0 +1,31 @@ 1.4 +# SliTaz package receipt v2. 1.5 + 1.6 +PACKAGE="xf86-video-qxl" 1.7 +VERSION="0.1.5" # 2016-12-19 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Xorg driver for QXL virtual GPU" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="MIT" 1.12 +WEB_SITE="https://www.x.org/wiki/" 1.13 +REPOLOGY="xdrv:qxl" 1.14 + 1.15 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 +WGET_URL="$XORG_MIRROR/driver/$TARBALL" 1.17 +TARBALL_SHA1="150bbd8bf2218e33c30ca6e88422870ae08ff1af" 1.18 + 1.19 +BUILD_DEPENDS="util-macros xorg-server-dev libxfont2-dev xorgproto eudev-dev \ 1.20 +spice-protocol" 1.21 +DEPENDS="xorg-server eudev" 1.22 + 1.23 +compile_rules() { 1.24 + export LDFLAGS="$LDFLAGS -Wl,-z,lazy" 1.25 + 1.26 + ./configure $CONFIGURE_ARGS && 1.27 + fix libtool && 1.28 + make && 1.29 + make install 1.30 +} 1.31 + 1.32 +TAGS="Xorg display" 1.33 + 1.34 +PROVIDE="xorg-xf86-video-qxl"