wok-next view usbredir/receipt @ rev 20617

Fix build xchat, xchat-plugin, xget, xine-plugin; xorg-xf86-video-geode isn't compatible with 64-bit arch
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 21 13:54:55 2018 +0300 (2018-04-21)
parents d43bf7aae921
children 8e1b2a143eb3
line source
1 # SliTaz package receipt v2.
3 PACKAGE="usbredir"
4 VERSION="0.7"
5 CATEGORY="network"
6 SHORT_DESC="A protocol to send usb traffic over a network connection"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2 LGPL2.1"
9 WEB_SITE="http://www.spice-space.org/page/UsbRedir"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://spice-space.org/download/usbredir/$TARBALL"
14 BUILD_DEPENDS="glib libusb-dev"
15 SPLIT="usbredir-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make DESTDIR=$DESTDIR install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 usbredir)
27 copy @std
28 DEPENDS="libusb"
29 ;;
30 *-dev)
31 copy @dev
32 ;;
33 esac
34 }