wok-next view xf86-input-joystick/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xf86-input-joystick"
4 VERSION="1.6.3" # 2016-11-17
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="$PACKAGE-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
15 TARBALL_SHA1="b8664249d50ed266556877e15e3782c40614459c"
17 BUILD_DEPENDS="util-macros xorg-server-dev"
18 SPLIT="$PACKAGE-dev"
20 DEPENDS_std="xorg-server"
21 DEPENDS_dev="$PACKAGE xorg-server-dev"
23 compile_rules() {
24 ./configure $CONFIGURE_ARGS &&
25 fix libtool &&
26 make &&
27 make install
28 }
30 TAGS="Xorg"
32 PROVIDE_std="xorg-xf86-input-joystick"
33 PROVIDE_dev="xorg-xf86-input-joystick-dev"