wok-next annotate ipkungfu/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents a3c581bf52b8
children
rev   line source
al@20534 1 # SliTaz package receipt v2.
pascal@18683 2
pascal@18683 3 PACKAGE="ipkungfu"
pascal@18683 4 VERSION="0.6.1"
pascal@18683 5 CATEGORY="network"
al@20534 6 SHORT_DESC="Iptables-based Linux firewall"
pascal@18683 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18683 8 LICENSE="GPL2"
al@20906 9 WEB_SITE="https://web.archive.org/web/20150221063047/http://linuxkungfu.org/"
al@20534 10
pascal@18683 11 TARBALL="${PACKAGE}_$VERSION.orig.tar.gz"
pascal@18683 12 WGET_URL="http://http.debian.net/debian/pool/main/i/$PACKAGE/$TARBALL"
pascal@18683 13
pascal@18683 14 BUILD_DEPENDS="iptables"
pascal@18683 15
al@20534 16 compile_rules() {
al@20534 17 ./configure $CONFIGURE_ARGS &&
pascal@18683 18 make &&
al@21020 19 make -j1 DESTDIR=$install install
pascal@18683 20 }
pascal@18683 21
al@20534 22 genpkg_rules() {
al@20534 23 copy @std
al@20534 24 DEPENDS="iptables bash"
pascal@18683 25 }