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

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents 757d032c55c7
children 270c09f6a958
rev   line source
al@19805 1 # SliTaz package receipt v2.
al@19657 2
al@19657 3 PACKAGE="xorg-xf86-input-wacom"
al@19805 4 VERSION="0.35.0"
al@19657 5 CATEGORY="x-window"
al@19805 6 SHORT_DESC="X input 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@20888 10 REPOLOGY="xdrv:wacom"
al@19657 11
al@19657 12 TARBALL="xf86-input-wacom-$VERSION.tar.bz2"
al@19657 13 WGET_URL="$SF_MIRROR/linuxwacom/$TARBALL"
al@19657 14
al@19805 15 BUILD_DEPENDS="xorg-util-macros xorg-server-dev xorg-xproto xorg-libXext-dev \
al@19805 16 xorg-kbproto xorg-inputproto xorg-randrproto xorg-libXi-dev xorg-libXrandr-dev \
al@19805 17 xorg-libXinerama-dev eudev-dev"
al@19805 18 SPLIT="xorg-xf86-input-wacom-dev"
al@19805 19 PKG_RULE="std-dev"
al@19657 20
al@20534 21 compile_rules() {
al@19657 22 ./configure \
al@19657 23 --with-systemd-unit-dir=no \
al@19657 24 $CONFIGURE_ARGS &&
al@20534 25 fix libtool &&
al@19805 26 make &&
al@19805 27 make install
al@19657 28 }
al@19657 29
al@20534 30 genpkg_rules() {
al@19805 31 case $PACKAGE in
al@19805 32 *-wacom)
al@19805 33 copy @std
al@19805 34 DEPENDS="eudev xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext \
al@19805 35 xorg-libXi xorg-libXinerama xorg-libXrandr xorg-libXrender \
al@19805 36 xorg-libxcb"
al@19805 37 ;;
al@19805 38 *-dev)
al@19805 39 copy @dev
al@19805 40 DEPENDS="xorg-xf86-input-wacom xorg-server-dev"
al@19805 41 ;;
al@19805 42 esac
al@19657 43 }