wok-current diff vpnc-cert/receipt @ rev 21849
updated rsnapshot again (1.3.1 -> 1.4.2)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Sep 15 15:16:26 2019 +0100 (2019-09-15) |
parents | a78610b2eb47 |
children | 34e801e0eb52 |
line diff
1.1 --- a/vpnc-cert/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/vpnc-cert/receipt Sun Sep 15 15:16:26 2019 +0100 1.3 @@ -8,7 +8,7 @@ 1.4 MAINTAINER="pascal.bellard@slitaz.org" 1.5 LICENSE="GPL2" 1.6 TARBALL="$SOURCE-$VERSION.tar.gz" 1.7 -WEB_SITE="https://www.unix-ag.uni-kl.de/~massar/vpnc/" 1.8 +WEB_SITE="https://github.com/streambinder/vpnc" 1.9 WGET_URL="$WEB_SITE$TARBALL" 1.10 CONFIG_FILES="/etc/vpnc" 1.11 TAGS="vpn tunnel" 1.12 @@ -20,7 +20,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 sed -i 's|^#OPENSSL|OPENSSL|' Makefile # breaks GPL license 1.18 sed -i "s|perl -w .*|&\\n sed -i '/Automatically/,\$\$!d' vpnc-debug.h|" Makefile 1.19 make && make DESTDIR=$DESTDIR install 1.20 @@ -51,4 +50,3 @@ 1.21 ------------- 1.22 EOT 1.23 } 1.24 -