wok annotate iptstate/receipt @ rev 21760

Up mapserver (7.4.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 26 22:38:34 2019 +0200 (2019-06-26)
parents a78610b2eb47
children 5ea0ce1cecc0
rev   line source
paul@17102 1 # SliTaz package receipt.
paul@17102 2
paul@17102 3 PACKAGE="iptstate"
Hans-G?nter@21060 4 VERSION="2.2.6"
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"
Hans-G?nter@21060 9 WEB_SITE="https://www.phildev.net/iptstate/"
Hans-G?nter@21060 10
paul@17102 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
Hans-G?nter@21060 12 WGET_URL="https://github.com/jaymzh/$PACKAGE/releases/download/v$VERSION/$TARBALL"
Hans-G?nter@21060 13
Hans-G?nter@21060 14 DEPENDS="iptables libnetfilter_conntrack libnfnetlink ncurses"
Hans-G?nter@21060 15 BUILD_DEPENDS="libnetfilter_conntrack-dev libnfnetlink-dev ncurses-dev"
paul@17102 16
paul@17102 17 # Rules to configure and make the package.
paul@17102 18 compile_rules()
paul@17102 19 {
pascal@17673 20 sed -i 's/lncurses/& -ltinfo/' Makefile
paul@17102 21 make
paul@17102 22 }
paul@17102 23
paul@17102 24 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@17102 25 genpkg_rules()
paul@17102 26 {
paul@17102 27 mkdir -p $fs/usr/sbin
paul@17102 28 cp -a $src/$PACKAGE $fs/usr/sbin
paul@17102 29 }