wok-next view xorg-xf86-input-wacom/receipt @ rev 19972

Up copyq (3.1.1), qedit (2.8.1)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Oct 17 19:29:54 2017 +0200 (2017-10-17)
parents f463de72afe3
children 757d032c55c7
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xf86-input-wacom"
4 VERSION="0.35.0"
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="http://linuxwacom.sourceforge.net/wiki/index.php/Main_Page"
11 TARBALL="xf86-input-wacom-$VERSION.tar.bz2"
12 WGET_URL="$SF_MIRROR/linuxwacom/$TARBALL"
14 BUILD_DEPENDS="xorg-util-macros xorg-server-dev xorg-xproto xorg-libXext-dev \
15 xorg-kbproto xorg-inputproto xorg-randrproto xorg-libXi-dev xorg-libXrandr-dev \
16 xorg-libXinerama-dev eudev-dev"
17 SPLIT="xorg-xf86-input-wacom-dev"
18 PKG_RULE="std-dev"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 ./configure \
24 --sysconfdir=/etc \
25 --localstatedir=/var \
26 --with-systemd-unit-dir=no \
27 $CONFIGURE_ARGS &&
28 make &&
29 make install
30 }
32 # Rules to gen a SliTaz package suitable for Tazpkg.
33 genpkg_rules()
34 {
35 case $PACKAGE in
36 *-wacom)
37 copy @std
38 DEPENDS="eudev xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext \
39 xorg-libXi xorg-libXinerama xorg-libXrandr xorg-libXrender \
40 xorg-libxcb"
41 ;;
42 *-dev)
43 copy @dev
44 DEPENDS="xorg-xf86-input-wacom xorg-server-dev"
45 ;;
46 esac
47 }