wok-next diff xf86-input-wacom/receipt @ rev 21072
Update Xorg packages
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Dec 20 17:55:43 2018 +0200 (2018-12-20) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xf86-input-wacom/receipt Thu Dec 20 17:55:43 2018 +0200 1.3 @@ -0,0 +1,37 @@ 1.4 +# SliTaz package receipt v2. 1.5 + 1.6 +PACKAGE="xf86-input-wacom" 1.7 +VERSION="0.36.1" # 2018-03-19 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="X input driver for Wacom and Wacom-like tablets" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="GPL2" 1.12 +WEB_SITE="https://linuxwacom.github.io/" 1.13 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7driver.html#xorg-wacom-driver" 1.14 +REPOLOGY="xdrv:wacom" 1.15 + 1.16 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 +WGET_URL="https://github.com/linuxwacom/xf86-input-wacom/releases/download/xf86-input-wacom-$VERSION/$TARBALL" 1.18 +TARBALL_SHA1="51d1b198f86bf7609b0464ce34a93c90f1ef557c" 1.19 + 1.20 +BUILD_DEPENDS="util-macros xorg-server-dev libxext-dev xorgproto libxi-dev \ 1.21 +libxrandr-dev libxinerama-dev eudev-dev" 1.22 +SPLIT="$PACKAGE-dev" 1.23 + 1.24 +DEPENDS_std="eudev libx11 libxau libxdmcp libxext libxi libxinerama libxrandr \ 1.25 +libxrender libxcb" 1.26 +DEPENDS_dev="$PACKAGE xorg-server-dev" 1.27 + 1.28 +compile_rules() { 1.29 + ./configure \ 1.30 + --with-systemd-unit-dir=no \ 1.31 + $CONFIGURE_ARGS && 1.32 + fix libtool && 1.33 + make && 1.34 + make install 1.35 +} 1.36 + 1.37 +TAGS="Xorg" 1.38 + 1.39 +PROVIDE_std="xorg-xf86-input-wacom" 1.40 +PROVIDE_dev="xorg-xf86-input-wacom-dev"