wok-next view ipkungfu/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents b094b6937e7a
children a3c581bf52b8
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ipkungfu"
4 VERSION="0.6.1"
5 CATEGORY="network"
6 SHORT_DESC="Iptables-based Linux firewall"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.linuxkungfu.org/"
11 TARBALL="${PACKAGE}_$VERSION.orig.tar.gz"
12 WGET_URL="http://http.debian.net/debian/pool/main/i/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="iptables"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 make &&
19 make -j1 DESTDIR=$DESTDIR install
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="iptables bash"
25 }