wok-next annotate ipkungfu/receipt @ rev 21688

updated glu (9.0.0 -> 9.0.1)
author Hans-G?nter Theisgen
date Mon Jun 29 17:17:08 2020 +0100 (2020-06-29)
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 }