wok diff udpxy/receipt @ rev 23896
lftp: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 26 14:28:44 2020 +0000 (2020-07-26) |
parents | b537b3456464 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/udpxy/receipt Sun Apr 16 11:52:13 2017 +0200 1.2 +++ b/udpxy/receipt Sun Jul 26 14:28:44 2020 +0000 1.3 @@ -1,19 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="udpxy" 1.7 -VERSION="1.0.23-9" 1.8 -VERBASE="${VERSION%-*}" 1.9 +VERSION="1.0.24.1" 1.10 CATEGORY="network" 1.11 -SHORT_DESC="a UDP-to-HTTP multicast traffic relay daemon." 1.12 +SHORT_DESC="An UDP-to-HTTP multicast traffic relay daemon." 1.13 MAINTAINER="pascal.bellard@slitaz.org" 1.14 LICENSE="GPL3" 1.15 -TARBALL="$PACKAGE.$VERSION-prod.tar.gz" 1.16 WEB_SITE="http://www.udpxy.com/" 1.17 -WGET_URL="${WEB_SITE}download/${VERBASE/.*./_}/$TARBALL" 1.18 + 1.19 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.20 +WGET_URL="https://github.com/pcherenkov/$PACKAGE/archive/${VERSION%.*.*}-${VERSION#*.*.}.tar.gz" 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 + cd chipmunk && 1.26 make && 1.27 make DESTDIR=$DESTDIR install 1.28 } 1.29 @@ -22,5 +23,5 @@ 1.30 genpkg_rules() 1.31 { 1.32 mkdir -p $fs/usr 1.33 - cp -a $install/usr/local/bin $fs/usr 1.34 + cp -a $install/usr/local/bin $fs/usr 1.35 }