wok diff vpnc/receipt @ rev 25541

w3m: fix version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 10 17:54:21 2023 +0000 (15 months ago)
parents 7f7bd3c9775e
children
line diff
     1.1 --- a/vpnc/receipt	Sun Feb 05 09:28:51 2023 +0000
     1.2 +++ b/vpnc/receipt	Fri Mar 10 17:54:21 2023 +0000
     1.3 @@ -8,7 +8,7 @@
     1.4  LICENSE="GPL2"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.6  WEB_SITE="https://github.com/streambinder/vpnc"
     1.7 -WGET_URL="https://raw.githubusercontent.com/sailfishos/vpnc/master/$TARBALL"
     1.8 +WGET_URL="https://github.com/sailfishos/vpnc/archive/refs/tags/$VERSION-6.tar.gz"
     1.9  CONFIG_FILES="/etc/vpnc"
    1.10  TAGS="vpn tunnel"
    1.11  
    1.12 @@ -25,6 +25,7 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 +	[ -s $TARBALL ] && tar xzf $TARBALL -C ..
    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 &&