wok view nethogs/receipt @ rev 22424

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