wok view iptstate/receipt @ rev 20534

Add util-linux-losetup
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 26 09:46:23 2018 +0100 (2018-11-26)
parents c7c3567bd8d4
children a78610b2eb47
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 }