wok-next annotate xorg-xf86-input-joystick/receipt @ rev 19840

Up librsvg (split more), make-slitaz-icons (use rsvg-convert instead of inkscape), faenza-icon-theme (keep original theme), slitaz-icons-faenza (combine light & dark).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 14 15:53:27 2017 +0300 (2017-08-14)
parents
children 757d032c55c7
rev   line source
al@19805 1 # SliTaz package receipt v2.
al@19805 2
al@19805 3 PACKAGE="xorg-xf86-input-joystick"
al@19805 4 VERSION="1.6.3"
al@19805 5 CATEGORY="x-window"
al@19805 6 SHORT_DESC="Xorg input driver for controlling the pointer with a joystick \
al@19805 7 device"
al@19805 8 MAINTAINER="al.bobylev@gmail.com"
al@19805 9 LICENSE="MIT"
al@19805 10 WEB_SITE="https://www.x.org/wiki/"
al@19805 11
al@19805 12 TARBALL="xf86-input-joystick-$VERSION.tar.bz2"
al@19805 13 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
al@19805 14
al@19805 15 BUILD_DEPENDS="xorg-server-dev"
al@19805 16 SPLIT="xorg-xf86-input-joystick-dev"
al@19805 17 PKG_RULE="std-dev"
al@19805 18
al@19805 19 # Rules to configure and make the package.
al@19805 20 compile_rules()
al@19805 21 {
al@19805 22 ./configure \
al@19805 23 --sysconfdir=/etc \
al@19805 24 --localstatedir=/var \
al@19805 25 $CONFIGURE_ARGS &&
al@19805 26 make &&
al@19805 27 make install
al@19805 28 }
al@19805 29
al@19805 30 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19805 31 genpkg_rules()
al@19805 32 {
al@19805 33 case $PACKAGE in
al@19805 34 *-joystick)
al@19805 35 copy @std
al@19805 36 DEPENDS="xorg-server"
al@19805 37 ;;
al@19805 38 *-dev)
al@19805 39 copy @dev
al@19805 40 DEPENDS="xorg-xf86-input-joystick xorg-server-dev"
al@19805 41 ;;
al@19805 42 esac
al@19805 43 }