wok-next diff usbredir/receipt @ rev 21157
Update some WEB_SITE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 04 11:54:13 2019 +0100 (2019-02-04) |
parents | 8e1b2a143eb3 |
children |
line diff
1.1 --- a/usbredir/receipt Sat Sep 01 16:21:51 2018 +0300 1.2 +++ b/usbredir/receipt Mon Feb 04 11:54:13 2019 +0100 1.3 @@ -12,13 +12,13 @@ 1.4 WGET_URL="http://spice-space.org/download/usbredir/$TARBALL" 1.5 1.6 BUILD_DEPENDS="glib libusb-dev" 1.7 -SPLIT="usbredir-dev" 1.8 +SPLIT="$PACKAGE-dev" 1.9 1.10 compile_rules() { 1.11 ./configure $CONFIGURE_ARGS && 1.12 fix libtool && 1.13 make && 1.14 - make DESTDIR=$DESTDIR install 1.15 + make DESTDIR=$install install 1.16 } 1.17 1.18 genpkg_rules() {