wok rev 20753
updated bwm-ng (0.6.1 -> 0.6.2)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Feb 12 16:00:36 2019 +0100 (2019-02-12) |
parents | da2364efb6fb |
children | e2992e6e76c9 |
files | bwm-ng/receipt |
line diff
1.1 --- a/bwm-ng/receipt Tue Feb 12 13:58:21 2019 +0100 1.2 +++ b/bwm-ng/receipt Tue Feb 12 16:00:36 2019 +0100 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="bwm-ng" 1.7 -VERSION="0.6.1" 1.8 +VERSION="0.6.2" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Bandwidth Monitor NG." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 +WEB_SITE="https://www.gropp.org/?id=projects&sub=bwm-ng" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="https://www.gropp.org/?id=projects&sub=bwm-ng" 1.17 -WGET_URL="https://www.gropp.org/$PACKAGE/$TARBALL" 1.18 +WGET_URL="https://github.com/vgropp/$PACKAGE/archive/v$VERSION/$TARBALL" 1.19 1.20 DEPENDS="libtinfo" 1.21 BUILD_DEPENDS="ncurses-dev" 1.22 @@ -17,7 +18,8 @@ 1.23 compile_rules() 1.24 { 1.25 export LDFLAGS="$LDFLAGS -ltinfo" 1.26 - ./configure --prefix=/usr \ 1.27 + ./autogen.sh \ 1.28 + --prefix=/usr \ 1.29 --mandir=/usr/share/man \ 1.30 $CONFIGURE_ARGS && 1.31 make &&