wok rev 21929

updated softether (4.09-9451-beta -> 4.29-9680-rtm)
author Hans-G?nter Theisgen
date Sun Oct 06 15:00:06 2019 +0100 (2019-10-06)
parents 17d335e6fd13
children a37b5a26fc0d
files softether/receipt
line diff
     1.1 --- a/softether/receipt	Sat Oct 05 21:46:52 2019 +0100
     1.2 +++ b/softether/receipt	Sun Oct 06 15:00:06 2019 +0100
     1.3 @@ -1,23 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="softether"
     1.7 -VERSION="v4.09-9451-beta"
     1.8 -RELEASE="2014.06.09"
     1.9 +VERSION="4.29-9680-rtm"
    1.10 +RELEASE="2019.02.28"
    1.11  CATEGORY="network"
    1.12  SHORT_DESC="An Open-Source Free Cross-platform Multi-protocol VPN Program."
    1.13  MAINTAINER="pascal.bellard@slitaz.org"
    1.14 -LICENSE="GPL2"
    1.15 -TARBALL="$PACKAGE-src-$VERSION.tar.gz"
    1.16 +LICENSE="Apache 2.0"
    1.17  WEB_SITE="https://www.softether.org/"
    1.18 -WGET_URL="http://www.softether-download.com/files/softether/$VERSION-$RELEASE-tree/Source%20Code/$TARBALL"
    1.19  
    1.20 -DEPENDS="libssl libcrypto readline ncurses zlib"
    1.21 -BUILD_DEPENDS="openssl-dev readline-dev ncurses-dev"
    1.22 +TARBALL="$PACKAGE-src-v$VERSION.tar.gz"
    1.23 +WGET_URL="http://www.softether-download.com/files/softether/v$VERSION-$RELEASE-tree/Source_Code/$TARBALL"
    1.24 +
    1.25 +DEPENDS="libcrypto libssl ncurses readline zlib"
    1.26 +BUILD_DEPENDS="ncurses-dev openssl-dev readline-dev"
    1.27  
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30  {
    1.31  	mkdir -p $DESTDIR/usr/bin
    1.32 +	sed -i 's|uname -m|echo i486|' configure
    1.33  	yes 1 | ./configure $CONFIGURE_ARGS &&
    1.34  	sed -i "s|^INSTALL_.*DIR=|&$DESTDIR|" Makefile &&
    1.35  	make &&