wok-next view dnstop/receipt @ rev 20778

git update: 2.16.2 (Feb-2018) -> 2.17.1 (May-2018)
author Erkan Yilmaz <erkan@slitaz.org>
date Fri Jun 08 09:36:49 2018 +0000 (2018-06-08)
parents 42d9d6d83956
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="dnstop"
4 VERSION="20121017"
5 CATEGORY="network"
6 SHORT_DESC="Displays various tables of DNS traffic on your network"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://dns.measurement-factory.com/tools/dnstop"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/src/$TARBALL"
14 BUILD_DEPENDS="ncurses-dev libpcap-dev"
16 compile_rules() {
17 ./configure --prefix=/usr &&
18 make &&
19 install -Dm755 $src/dnstop $install/usr/bin/dnstop
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="ncurses libpcap"
25 }