wok-next annotate usbredir/receipt @ rev 21382

updated nbd (3.3 -> 3.20)
author Hans-G?nter Theisgen
date Thu Apr 16 17:27:00 2020 +0100 (2020-04-16)
parents 8e1b2a143eb3
children
rev   line source
al@20464 1 # SliTaz package receipt v2.
pascal@17328 2
pascal@17328 3 PACKAGE="usbredir"
pascal@17328 4 VERSION="0.7"
pascal@17328 5 CATEGORY="network"
al@20464 6 SHORT_DESC="A protocol to send usb traffic over a network connection"
pascal@17328 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17328 8 LICENSE="GPL2 LGPL2.1"
al@20949 9 WEB_SITE="https://www.spice-space.org/usbredir.html"
al@20464 10
pascal@17328 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@17328 12 WGET_URL="http://spice-space.org/download/usbredir/$TARBALL"
pascal@17328 13
al@20513 14 BUILD_DEPENDS="glib libusb-dev"
al@21020 15 SPLIT="$PACKAGE-dev"
pascal@17328 16
al@20464 17 compile_rules() {
al@20604 18 ./configure $CONFIGURE_ARGS &&
al@20604 19 fix libtool &&
pascal@17328 20 make &&
al@21020 21 make DESTDIR=$install install
pascal@17328 22 }
pascal@17328 23
al@20464 24 genpkg_rules() {
al@20464 25 case $PACKAGE in
al@20464 26 usbredir)
al@20464 27 copy @std
al@20464 28 DEPENDS="libusb"
al@20464 29 ;;
al@20464 30 *-dev)
al@20464 31 copy @dev
al@20464 32 ;;
al@20464 33 esac
pascal@17328 34 }