wok-next annotate knock/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents d6378d455338
children
rev   line source
al@20534 1 # SliTaz package receipt v2.
pascal@1435 2
pascal@1435 3 PACKAGE="knock"
pascal@17686 4 VERSION="0.7"
pascal@1435 5 CATEGORY="security"
al@20534 6 SHORT_DESC="Port knock sequence listener"
pascal@1435 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15601 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="http://www.zeroflux.org/projects/knock"
al@20534 10
pascal@1435 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@1435 12 WGET_URL="http://www.zeroflux.org/proj/$PACKAGE/files/$TARBALL"
pascal@1435 13
erjo@9935 14 BUILD_DEPENDS="libpcap-dev"
erjo@9935 15
al@20534 16 compile_rules() {
al@20534 17 ./configure $CONFIGURE_ARGS &&
pascal@1435 18 make &&
al@21020 19 make DESTDIR=$install install || return 1
al@20534 20
al@20534 21 install -Dm755 $stuff/etc/init.d/knock $install/etc/init.d/knock
al@20534 22 install -Dm755 $stuff/usr/sbin/knockd-helper $install/usr/sbin/knockd-helper
pascal@1435 23 }
pascal@1435 24
al@20534 25 genpkg_rules() {
al@20534 26 copy @std
al@20534 27 DEPENDS="iptables libpcap"
al@20534 28 CONFIG_FILES="/etc/knockd.conf"
pascal@1435 29 }