wok-next diff iftop/receipt @ rev 21573
updated dansguardian (2.10.1.1 -> 2.12.0.3)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 22 17:38:17 2020 +0100 (2020-06-22) |
parents | 466bca9334ef |
children |
line diff
1.1 --- a/iftop/receipt Tue Oct 17 10:14:12 2017 +0200 1.2 +++ b/iftop/receipt Mon Jun 22 17:38:17 2020 +0100 1.3 @@ -3,29 +3,29 @@ 1.4 PACKAGE="iftop" 1.5 VERSION="0.17" 1.6 CATEGORY="system-tools" 1.7 -SHORT_DESC="Bandwidth usage on an interface." 1.8 +SHORT_DESC="Bandwidth usage on an interface" 1.9 MAINTAINER="pascal.bellard@slitaz.org" 1.10 LICENSE="GPL2" 1.11 +WEB_SITE="http://www.ex-parrot.com/~pdw/iftop/" 1.12 + 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 -WEB_SITE="http://ex-parrot.com/~pdw/iftop/" 1.15 WGET_URL="${WEB_SITE}download/$TARBALL" 1.16 -TAGS="network monitor usage" 1.17 1.18 BUILD_DEPENDS="libpcap-dev ncurses-dev" 1.19 -DEPENDS="libpcap ncurses" 1.20 1.21 -# Rules to configure and make the package. 1.22 -compile_rules() 1.23 -{ 1.24 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.25 - --mandir=/usr/share/man $CONFIGURE_ARGS 1.26 - make 1.27 - make DESTDIR=$DESTDIR install 1.28 +compile_rules() { 1.29 + ./configure \ 1.30 + --prefix=/usr \ 1.31 + --infodir=/usr/share/info \ 1.32 + --mandir=/usr/share/man \ 1.33 + $CONFIGURE_ARGS && 1.34 + make && 1.35 + make DESTDIR=$install install 1.36 } 1.37 1.38 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.39 -genpkg_rules() 1.40 -{ 1.41 +genpkg_rules() { 1.42 mkdir -p $fs/usr/ 1.43 cp -a $install/usr/sbin $fs/usr 1.44 + DEPENDS="libpcap ncurses" 1.45 + TAGS="network monitor usage" 1.46 }