wok-next annotate 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
rev   line source
al@19805 1 # SliTaz package receipt v2.
al@19805 2
al@19805 3 PACKAGE="xorg-xf86-input-joystick"
al@19805 4 VERSION="1.6.3"
al@19805 5 CATEGORY="x-window"
al@19805 6 SHORT_DESC="Xorg input driver for controlling the pointer with a joystick \
al@19805 7 device"
al@19805 8 MAINTAINER="al.bobylev@gmail.com"
al@19805 9 LICENSE="MIT"
al@19805 10 WEB_SITE="https://www.x.org/wiki/"
al@19805 11
al@19805 12 TARBALL="xf86-input-joystick-$VERSION.tar.bz2"
al@19805 13 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
al@19805 14
al@19805 15 BUILD_DEPENDS="xorg-server-dev"
al@19805 16 SPLIT="xorg-xf86-input-joystick-dev"
al@19805 17 PKG_RULE="std-dev"
al@19805 18
al@20534 19 compile_rules() {
al@20534 20 ./configure $CONFIGURE_ARGS &&
al@20604 21 fix libtool &&
al@19805 22 make &&
al@19805 23 make install
al@19805 24 }
al@19805 25
al@20534 26 genpkg_rules() {
al@19805 27 case $PACKAGE in
al@19805 28 *-joystick)
al@19805 29 copy @std
al@19805 30 DEPENDS="xorg-server"
al@19805 31 ;;
al@19805 32 *-dev)
al@19805 33 copy @dev
al@19805 34 DEPENDS="xorg-xf86-input-joystick xorg-server-dev"
al@19805 35 ;;
al@19805 36 esac
al@19805 37 }