wok annotate iptstate/receipt @ rev 20771

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