wok-next annotate ipkungfu/receipt @ rev 20766

childsplay: up (3.3); tiny edits.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 06 04:36:32 2018 +0300 (2018-06-06)
parents b094b6937e7a
children a3c581bf52b8
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@20534 9 WEB_SITE="http://www.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@20534 19 make -j1 DESTDIR=$DESTDIR 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 }