wok diff udpxy/receipt @ rev 23807

eudev: include relocated udevadm
author Richard Dunbar <mojo@slitaz.org>
date Sun May 24 12:23:14 2020 -0400 (2020-05-24)
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 May 24 12:23:14 2020 -0400
     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  }