wok-next diff xorg-xf86-input-joystick/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents
children 757d032c55c7
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xorg-xf86-input-joystick/receipt	Sat Feb 24 16:17:33 2018 +0200
     1.3 @@ -0,0 +1,43 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="xorg-xf86-input-joystick"
     1.7 +VERSION="1.6.3"
     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 +
    1.15 +TARBALL="xf86-input-joystick-$VERSION.tar.bz2"
    1.16 +WGET_URL="$XORG_MIRROR/driver/$TARBALL"
    1.17 +
    1.18 +BUILD_DEPENDS="xorg-server-dev"
    1.19 +SPLIT="xorg-xf86-input-joystick-dev"
    1.20 +PKG_RULE="std-dev"
    1.21 +
    1.22 +# Rules to configure and make the package.
    1.23 +compile_rules()
    1.24 +{
    1.25 +	./configure \
    1.26 +		--sysconfdir=/etc \
    1.27 +		--localstatedir=/var \
    1.28 +		$CONFIGURE_ARGS &&
    1.29 +	make &&
    1.30 +	make install
    1.31 +}
    1.32 +
    1.33 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 +genpkg_rules()
    1.35 +{
    1.36 +	case $PACKAGE in
    1.37 +		*-joystick)
    1.38 +			copy @std
    1.39 +			DEPENDS="xorg-server"
    1.40 +			;;
    1.41 +		*-dev)
    1.42 +			copy @dev
    1.43 +			DEPENDS="xorg-xf86-input-joystick xorg-server-dev"
    1.44 +			;;
    1.45 +	esac
    1.46 +}