wok-next annotate xf86-input-wacom/receipt @ rev 21404
updated php again (7.4.4 -> 7.4.5)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 21 10:44:11 2020 +0100 (2020-04-21) |
parents | |
children |
rev | line source |
---|---|
al@21072 | 1 # SliTaz package receipt v2. |
al@21072 | 2 |
al@21072 | 3 PACKAGE="xf86-input-wacom" |
al@21072 | 4 VERSION="0.36.1" # 2018-03-19 |
al@21072 | 5 CATEGORY="x-window" |
al@21072 | 6 SHORT_DESC="X input driver for Wacom and Wacom-like tablets" |
al@21072 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@21072 | 8 LICENSE="GPL2" |
al@21072 | 9 WEB_SITE="https://linuxwacom.github.io/" |
al@21072 | 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7driver.html#xorg-wacom-driver" |
al@21072 | 11 REPOLOGY="xdrv:wacom" |
al@21072 | 12 |
al@21072 | 13 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
al@21072 | 14 WGET_URL="https://github.com/linuxwacom/xf86-input-wacom/releases/download/xf86-input-wacom-$VERSION/$TARBALL" |
al@21072 | 15 TARBALL_SHA1="51d1b198f86bf7609b0464ce34a93c90f1ef557c" |
al@21072 | 16 |
al@21072 | 17 BUILD_DEPENDS="util-macros xorg-server-dev libxext-dev xorgproto libxi-dev \ |
al@21072 | 18 libxrandr-dev libxinerama-dev eudev-dev" |
al@21072 | 19 SPLIT="$PACKAGE-dev" |
al@21072 | 20 |
al@21072 | 21 DEPENDS_std="eudev libx11 libxau libxdmcp libxext libxi libxinerama libxrandr \ |
al@21072 | 22 libxrender libxcb" |
al@21072 | 23 DEPENDS_dev="$PACKAGE xorg-server-dev" |
al@21072 | 24 |
al@21072 | 25 compile_rules() { |
al@21072 | 26 ./configure \ |
al@21072 | 27 --with-systemd-unit-dir=no \ |
al@21072 | 28 $CONFIGURE_ARGS && |
al@21072 | 29 fix libtool && |
al@21072 | 30 make && |
al@21072 | 31 make install |
al@21072 | 32 } |
al@21072 | 33 |
al@21072 | 34 TAGS="Xorg" |
al@21072 | 35 |
al@21072 | 36 PROVIDE_std="xorg-xf86-input-wacom" |
al@21072 | 37 PROVIDE_dev="xorg-xf86-input-wacom-dev" |