wok annotate nethogs/receipt @ rev 22351

umfpack: hide metis-4.0 missing
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 18 16:07:36 2019 +0100 (2019-11-18)
parents c7c3567bd8d4
children 4e6875d4e582
rev   line source
paul@4626 1 # SliTaz package receipt.
paul@4626 2
paul@4626 3 PACKAGE="nethogs"
paul@13921 4 VERSION="0.8.0"
paul@4626 5 CATEGORY="network"
paul@4626 6 SHORT_DESC="Small 'net top' tool."
paul@4626 7 MAINTAINER="paul@slitaz.org"
pascal@15601 8 LICENSE="GPL"
paul@4626 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
paul@4626 10 WEB_SITE="http://nethogs.sourceforge.net/"
paul@4626 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
jozee@4969 12 TAGS="network"
paul@4626 13
pascal@15601 14 DEPENDS="ncurses gcc-lib-base libpcap"
pascal@15601 15 BUILD_DEPENDS="ncurses-dev libpcap libpcap-dev"
pascal@15601 16
paul@4626 17 # Rules to configure and make the package.
paul@4626 18 compile_rules()
paul@4626 19 {
pascal@17673 20 sed -i 's|lncurses|& -ltinfo|' Makefile
paul@4626 21 make
paul@4626 22 }
paul@4626 23
paul@4626 24 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@4626 25 genpkg_rules()
paul@4626 26 {
paul@4626 27 mkdir -p $fs/usr/sbin
paul@4626 28 cp $src/$PACKAGE $fs/usr/sbin
paul@4626 29 }