wok-next annotate xorg-xf86-input-wacom/receipt @ rev 19783

Up receipts to v2 syntax: cook_copy_files & cook_copy_folders -> copy
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 18 04:38:10 2017 +0300 (2017-06-18)
parents cf73a696513b
children ea3c4b76ea5d
rev   line source
al@19657 1 # SliTaz package receipt.
al@19657 2
al@19657 3 PACKAGE="xorg-xf86-input-wacom"
al@19657 4 VERSION="0.33.0"
al@19657 5 CATEGORY="x-window"
al@19657 6 SHORT_DESC="X.Org X11 driver for Wacom and Wacom-like tablets"
al@19657 7 MAINTAINER="al.bobylev@gmail.com"
al@19657 8 LICENSE="GPL2"
al@19657 9 WEB_SITE="http://linuxwacom.sourceforge.net/wiki/index.php/Main_Page"
al@19657 10
al@19657 11 TARBALL="xf86-input-wacom-$VERSION.tar.bz2"
al@19657 12 WGET_URL="$SF_MIRROR/linuxwacom/$TARBALL"
al@19657 13
al@19657 14 DEPENDS="eudev glibc-base libxcb xorg-libX11 xorg-libXau xorg-libXdmcp \
al@19657 15 xorg-libXext xorg-libXi xorg-libXinerama xorg-libXrandr xorg-libXrender"
al@19657 16 BUILD_DEPENDS="xorg-util-macros doxygen xorg-server-dev xorg-xproto \
al@19657 17 xorg-libXext-dev xorg-kbproto xorg-inputproto xorg-randrproto xorg-libXi-dev \
al@19657 18 xorg-libXrandr-dev xorg-libXinerama-dev eudev-dev"
al@19657 19
al@19657 20 # Rules to configure and make the package.
al@19657 21 compile_rules()
al@19657 22 {
al@19657 23 ./configure \
al@19657 24 --with-systemd-unit-dir=no \
al@19657 25 $CONFIGURE_ARGS &&
al@19657 26 make && make install
al@19657 27 }
al@19657 28
al@19657 29 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19657 30 genpkg_rules()
al@19657 31 {
al@19783 32 copy bin/ rules.d/ xorg.conf.d/ *.so
al@19657 33 }