wok rev 23714

updated udpxy (1.0.23-9 -> 1.0.24.1)
author Hans-G?nter Theisgen
date Wed Apr 29 06:28:29 2020 +0100 (2020-04-29)
parents 8c7478c747dd
children ca57a269eb9b
files udpxy/receipt
line diff
     1.1 --- a/udpxy/receipt	Tue Apr 28 17:55:30 2020 +0100
     1.2 +++ b/udpxy/receipt	Wed Apr 29 06:28:29 2020 +0100
     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  }