wok diff miniupnpc/receipt @ rev 20801
updated collectd, collectd-apache and collectd-dev (5.1.0 -> 5.8.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 15 15:54:04 2019 +0100 (2019-02-15) |
parents | 943e0b9e503d |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/miniupnpc/receipt Mon Dec 18 12:30:14 2017 +0100 1.2 +++ b/miniupnpc/receipt Fri Feb 15 15:54:04 2019 +0100 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="miniupnpc" 1.7 -VERSION="2.0.20171212" 1.8 +VERSION="2.1" 1.9 CATEGORY="network" 1.10 SHORT_DESC="UPnP Internet Gateway Device (IGD) specifications client." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="BSD" 1.13 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +TARBALL="${PACKAGE}_${VERSION/./_}.tar.gz" 1.15 WEB_SITE="http://miniupnp.tuxfamily.org/" 1.16 -WGET_URL="$WEB_SITE/files/$TARBALL" 1.17 +WGET_URL="https://github.com/miniupnp/miniupnp/archive/$TARBALL" 1.18 TAGS="upnp" 1.19 1.20 DEPENDS="" 1.21 @@ -17,6 +17,7 @@ 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 + cd $src/miniupnpc 1.26 make && 1.27 make DESTDIR=$DESTDIR install 1.28 }