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

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
parents
children f463de72afe3
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-xf86-input-wacom"
4 VERSION="0.33.0"
5 CATEGORY="x-window"
6 SHORT_DESC="X.Org X11 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 DEPENDS="eudev glibc-base libxcb xorg-libX11 xorg-libXau xorg-libXdmcp \
15 xorg-libXext xorg-libXi xorg-libXinerama xorg-libXrandr xorg-libXrender"
16 BUILD_DEPENDS="xorg-util-macros doxygen xorg-server-dev xorg-xproto \
17 xorg-libXext-dev xorg-kbproto xorg-inputproto xorg-randrproto xorg-libXi-dev \
18 xorg-libXrandr-dev xorg-libXinerama-dev eudev-dev"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 ./configure \
24 --with-systemd-unit-dir=no \
25 $CONFIGURE_ARGS &&
26 make && make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 cook_copy_folders bin rules.d xorg.conf.d
33 cook_copy_files *.so
34 }