wok-next diff knock/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 | d6378d455338 |
children |
line diff
1.1 --- a/knock/receipt Thu May 10 21:12:00 2018 +0300 1.2 +++ b/knock/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="Port knock sequence listener" 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 LICENSE="GPL2" 1.7 -WEB_SITE="http://www.zeroflux.org/$PACKAGE" 1.8 +WEB_SITE="http://www.zeroflux.org/projects/knock" 1.9 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WGET_URL="http://www.zeroflux.org/proj/$PACKAGE/files/$TARBALL" 1.12 @@ -16,7 +16,7 @@ 1.13 compile_rules() { 1.14 ./configure $CONFIGURE_ARGS && 1.15 make && 1.16 - make DESTDIR=$DESTDIR install || return 1 1.17 + make DESTDIR=$install install || return 1 1.18 1.19 install -Dm755 $stuff/etc/init.d/knock $install/etc/init.d/knock 1.20 install -Dm755 $stuff/usr/sbin/knockd-helper $install/usr/sbin/knockd-helper