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

libtorrent: fix rtorrent building for non-64bit archs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:13:53 2018 +0300 (2018-05-27)
parents 757d032c55c7
children cd7906120828
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/"
12 TARBALL="xf86-input-joystick-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
15 BUILD_DEPENDS="xorg-server-dev"
16 SPLIT="xorg-xf86-input-joystick-dev"
17 PKG_RULE="std-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 }