wok view iptstate/receipt @ rev 19741

Up rrdtool (1.6.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 18 13:40:10 2017 +0100 (2017-02-18)
parents 17e313b5b9c1
children c86e41198e76
line source
1 # SliTaz package receipt.
3 PACKAGE="iptstate"
4 VERSION="2.2.5"
5 CATEGORY="network"
6 SHORT_DESC=" IPTState is a top-like interface to your netfilter connection-tracking table."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="zlib/libpng"
9 DEPENDS="ncurses libnetfilter_conntrack libnfnetlink iptables"
10 BUILD_DEPENDS="ncurses-dev libnetfilter_conntrack-dev libnfnetlink-dev"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WEB_SITE="http://www.phildev.net/iptstate/"
13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 sed -i 's/lncurses/& -ltinfo/' Makefile
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/sbin
26 cp -a $src/$PACKAGE $fs/usr/sbin
27 }