wok-next diff xf86-input-joystick/receipt @ rev 21150

All the sorts of Lua 5
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 30 23:34:32 2019 +0200 (2019-01-30)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xf86-input-joystick/receipt	Wed Jan 30 23:34:32 2019 +0200
     1.3 @@ -0,0 +1,33 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="xf86-input-joystick"
     1.7 +VERSION="1.6.3" # 2016-11-17
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Xorg input driver for controlling the pointer with a joystick \
    1.10 +device"
    1.11 +MAINTAINER="al.bobylev@gmail.com"
    1.12 +LICENSE="MIT"
    1.13 +WEB_SITE="https://www.x.org/wiki/"
    1.14 +REPOLOGY="xdrv:joystick"
    1.15 +
    1.16 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17 +WGET_URL="$XORG_MIRROR/driver/$TARBALL"
    1.18 +TARBALL_SHA1="b8664249d50ed266556877e15e3782c40614459c"
    1.19 +
    1.20 +BUILD_DEPENDS="util-macros xorg-server-dev"
    1.21 +SPLIT="$PACKAGE-dev"
    1.22 +
    1.23 +DEPENDS_std="xorg-server"
    1.24 +DEPENDS_dev="$PACKAGE xorg-server-dev"
    1.25 +
    1.26 +compile_rules() {
    1.27 +	./configure $CONFIGURE_ARGS &&
    1.28 +	fix libtool &&
    1.29 +	make &&
    1.30 +	make install
    1.31 +}
    1.32 +
    1.33 +TAGS="Xorg"
    1.34 +
    1.35 +PROVIDE_std="xorg-xf86-input-joystick"
    1.36 +PROVIDE_dev="xorg-xf86-input-joystick-dev"