wok-next rev 21533

updated bwm-ng (0.6.1 -> 0.6.2)
author Hans-G?nter Theisgen
date Sat Jun 20 17:30:28 2020 +0100 (2020-06-20)
parents 90e4058fa9c1
children 989aaeb3f8f1
files bwm-ng/receipt
line diff
     1.1 --- a/bwm-ng/receipt	Sat Jun 20 17:18:48 2020 +0100
     1.2 +++ b/bwm-ng/receipt	Sat Jun 20 17:30:28 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     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 @@ -9,19 +9,21 @@
    1.13  WEB_SITE="https://www.gropp.org/?id=projects&sub=bwm-ng"
    1.14  
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WGET_URL="https://www.gropp.org/$PACKAGE/$TARBALL"
    1.17 +WGET_URL="https://github.com/vgropp/$PACKAGE/archive/v$VERSION/$TARBALL"
    1.18  
    1.19 -BUILD_DEPENDS="ncurses-dev"
    1.20 +BUILD_DEPENDS="automake ncurses-dev"
    1.21  
    1.22 -compile_rules() {
    1.23 -	./configure $CONFIGURE_ARGS &&
    1.24 +compile_rules()
    1.25 +{
    1.26 +	./autogen.sh $CONFIGURE_ARGS &&
    1.27  	make &&
    1.28  	make install || return 1
    1.29  
    1.30  	cook_pick_docs README
    1.31  }
    1.32  
    1.33 -genpkg_rules() {
    1.34 +genpkg_rules()
    1.35 +{
    1.36  	copy @std
    1.37  	DEPENDS="ncurses"
    1.38  }