wok diff vpnc/receipt @ rev 23852
binutils: can assemble x86_64 again
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 15 17:07:36 2020 +0000 (2020-06-15) |
parents | a78610b2eb47 |
children | 34e801e0eb52 |
line diff
1.1 --- a/vpnc/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/vpnc/receipt Mon Jun 15 17:07:36 2020 +0000 1.3 @@ -7,7 +7,7 @@ 1.4 MAINTAINER="pascal.bellard@slitaz.org" 1.5 LICENSE="GPL2" 1.6 TARBALL="$PACKAGE-$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 @@ -18,7 +18,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|perl -w .*|&\\n sed -i '/Automatically/,\$\$!d' vpnc-debug.h|" Makefile 1.18 make && make DESTDIR=$DESTDIR install 1.19 install -d -m 755 $DESTDIR/usr/share/man/man1 && 1.20 @@ -48,4 +47,3 @@ 1.21 ------------- 1.22 EOT 1.23 } 1.24 -