wok-next view nethogs/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 466bca9334ef
children d5aab818505e
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="http://nethogs.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="ncurses-dev libpcap libpcap-dev"
16 compile_rules() {
17 make &&
18 install -Dm 755 $src/nethogs $install/usr/sbin/nethogs
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="ncurses gcc-lib-base libpcap"
24 TAGS="network"
25 }