wok diff bwm-ng/receipt @ rev 24955
updated nano and nano-doc (4.8 -> 6.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 23 16:34:46 2022 +0100 (2022-04-23) |
parents | 5ea0ce1cecc0 |
children | 343c093ad221 |
line diff
1.1 --- a/bwm-ng/receipt Tue Jun 08 08:46:05 2021 +0000 1.2 +++ b/bwm-ng/receipt Sat Apr 23 16:34:46 2022 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="bwm-ng" 1.7 -VERSION="0.6.2" 1.8 +VERSION="0.6.3" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Bandwidth Monitor NG." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -24,17 +24,17 @@ 1.13 compile_rules() 1.14 { 1.15 export LDFLAGS="$LDFLAGS -ltinfo" 1.16 - ./autogen.sh \ 1.17 - --prefix=/usr \ 1.18 - --mandir=/usr/share/man \ 1.19 + 1.20 + ./autogen.sh \ 1.21 + --prefix=/usr \ 1.22 + --mandir=/usr/share/man \ 1.23 $CONFIGURE_ARGS && 1.24 make && 1.25 - make DESTDIR=$DESTDIR install 1.26 + make install DESTDIR=$DESTDIR 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg. 1.30 genpkg_rules() 1.31 { 1.32 - mkdir -p $fs/usr 1.33 - cp -a $install/usr/bin $fs/usr 1.34 + cook_copy_folders bin 1.35 }