wok-next annotate dnstop/receipt @ rev 20507
mesa: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 16 12:33:45 2018 +0100 (2018-03-16) |
parents | 42d9d6d83956 |
children | d5aab818505e |
rev | line source |
---|---|
al@20461 | 1 # SliTaz package receipt v2. |
pascal@15721 | 2 |
pascal@15721 | 3 PACKAGE="dnstop" |
pascal@15721 | 4 VERSION="20121017" |
pascal@15721 | 5 CATEGORY="network" |
al@20461 | 6 SHORT_DESC="Displays various tables of DNS traffic on your network" |
pascal@15721 | 7 MAINTAINER="paul@slitaz.org" |
pascal@15721 | 8 LICENSE="BSD" |
al@20461 | 9 WEB_SITE="http://dns.measurement-factory.com/tools/dnstop" |
al@20461 | 10 |
pascal@15721 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@15721 | 12 WGET_URL="$WEB_SITE/src/$TARBALL" |
pascal@15721 | 13 |
al@20461 | 14 BUILD_DEPENDS="ncurses-dev libpcap-dev" |
al@20461 | 15 |
al@20461 | 16 compile_rules() { |
al@20461 | 17 ./configure --prefix=/usr && |
al@20461 | 18 make && |
al@20473 | 19 install -Dm755 $src/dnstop $install/usr/bin/dnstop |
pascal@15721 | 20 } |
pascal@15721 | 21 |
al@20461 | 22 genpkg_rules() { |
al@20461 | 23 copy @std |
al@20461 | 24 DEPENDS="ncurses libpcap" |
pascal@15721 | 25 } |