wok-next view xf86-input-wacom/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xf86-input-wacom"
4 VERSION="0.36.1" # 2018-03-19
5 CATEGORY="x-window"
6 SHORT_DESC="X input driver for Wacom and Wacom-like tablets"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://linuxwacom.github.io/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7driver.html#xorg-wacom-driver"
11 REPOLOGY="xdrv:wacom"
13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
14 WGET_URL="https://github.com/linuxwacom/xf86-input-wacom/releases/download/xf86-input-wacom-$VERSION/$TARBALL"
15 TARBALL_SHA1="51d1b198f86bf7609b0464ce34a93c90f1ef557c"
17 BUILD_DEPENDS="util-macros xorg-server-dev libxext-dev xorgproto libxi-dev \
18 libxrandr-dev libxinerama-dev eudev-dev"
19 SPLIT="$PACKAGE-dev"
21 DEPENDS_std="eudev libx11 libxau libxdmcp libxext libxi libxinerama libxrandr \
22 libxrender libxcb"
23 DEPENDS_dev="$PACKAGE xorg-server-dev"
25 compile_rules() {
26 ./configure \
27 --with-systemd-unit-dir=no \
28 $CONFIGURE_ARGS &&
29 fix libtool &&
30 make &&
31 make install
32 }
34 TAGS="Xorg"
36 PROVIDE_std="xorg-xf86-input-wacom"
37 PROVIDE_dev="xorg-xf86-input-wacom-dev"