wok-next view xorg-xf86-input-joystick/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents cd7906120828
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xorg-xf86-input-joystick"
4 VERSION="1.6.3"
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg input driver for controlling the pointer with a joystick \
7 device"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="MIT"
10 WEB_SITE="https://www.x.org/wiki/"
11 REPOLOGY="xdrv:joystick"
13 TARBALL="xf86-input-joystick-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
16 BUILD_DEPENDS="xorg-server-dev"
17 SPLIT="$PACKAGE-dev"
19 compile_rules() {
20 ./configure $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 *-joystick)
29 copy @std
30 DEPENDS="xorg-server"
31 ;;
32 *-dev)
33 copy @dev
34 DEPENDS="xorg-xf86-input-joystick xorg-server-dev"
35 ;;
36 esac
37 }