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

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents ea3c4b76ea5d
children cd7906120828
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 compile_rules() {
21 ./configure \
22 --with-systemd-unit-dir=no \
23 $CONFIGURE_ARGS &&
24 fix libtool &&
25 make &&
26 make install
27 }
29 genpkg_rules() {
30 case $PACKAGE in
31 *-wacom)
32 copy @std
33 DEPENDS="eudev xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext \
34 xorg-libXi xorg-libXinerama xorg-libXrandr xorg-libXrender \
35 xorg-libxcb"
36 ;;
37 *-dev)
38 copy @dev
39 DEPENDS="xorg-xf86-input-wacom xorg-server-dev"
40 ;;
41 esac
42 }