wok-next annotate xorg-xf86-input-wacom/receipt @ rev 20996
Move fonts-liberation*
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Oct 04 16:01:47 2018 +0300 (2018-10-04) |
parents | 270c09f6a958 |
children | d5aab818505e |
rev | line source |
---|---|
al@19805 | 1 # SliTaz package receipt v2. |
al@19657 | 2 |
al@19657 | 3 PACKAGE="xorg-xf86-input-wacom" |
al@20934 | 4 VERSION="0.36.1" |
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@20934 | 9 WEB_SITE="https://linuxwacom.github.io/" |
al@20888 | 10 REPOLOGY="xdrv:wacom" |
al@19657 | 11 |
al@19657 | 12 TARBALL="xf86-input-wacom-$VERSION.tar.bz2" |
al@20934 | 13 WGET_URL="https://github.com/linuxwacom/xf86-input-wacom/releases/download/xf86-input-wacom-$VERSION/$TARBALL" |
al@19657 | 14 |
al@20935 | 15 BUILD_DEPENDS="xorg-util-macros xorg-server-dev xorg-libXext-dev \ |
al@20935 | 16 xorg-xorgproto 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 } |