wok annotate iptstate/receipt @ rev 20355

syslinux: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 09 17:09:08 2018 +0200 (2018-06-09)
parents 17e313b5b9c1
children c86e41198e76
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"
paul@17102 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"
paul@17102 12 WEB_SITE="http://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 }