# HG changeset patch # User Hans-G?nter Theisgen # Date 1570370406 -3600 # Node ID 85b490b0ae1abf725e11e774f69aead86eb2ae14 # Parent 17d335e6fd132011dbe9221d019523cccb913294 updated softether (4.09-9451-beta -> 4.29-9680-rtm) diff -r 17d335e6fd13 -r 85b490b0ae1a softether/receipt --- a/softether/receipt Sat Oct 05 21:46:52 2019 +0100 +++ b/softether/receipt Sun Oct 06 15:00:06 2019 +0100 @@ -1,23 +1,25 @@ # SliTaz package receipt. PACKAGE="softether" -VERSION="v4.09-9451-beta" -RELEASE="2014.06.09" +VERSION="4.29-9680-rtm" +RELEASE="2019.02.28" CATEGORY="network" SHORT_DESC="An Open-Source Free Cross-platform Multi-protocol VPN Program." MAINTAINER="pascal.bellard@slitaz.org" -LICENSE="GPL2" -TARBALL="$PACKAGE-src-$VERSION.tar.gz" +LICENSE="Apache 2.0" WEB_SITE="https://www.softether.org/" -WGET_URL="http://www.softether-download.com/files/softether/$VERSION-$RELEASE-tree/Source%20Code/$TARBALL" -DEPENDS="libssl libcrypto readline ncurses zlib" -BUILD_DEPENDS="openssl-dev readline-dev ncurses-dev" +TARBALL="$PACKAGE-src-v$VERSION.tar.gz" +WGET_URL="http://www.softether-download.com/files/softether/v$VERSION-$RELEASE-tree/Source_Code/$TARBALL" + +DEPENDS="libcrypto libssl ncurses readline zlib" +BUILD_DEPENDS="ncurses-dev openssl-dev readline-dev" # Rules to configure and make the package. compile_rules() { mkdir -p $DESTDIR/usr/bin + sed -i 's|uname -m|echo i486|' configure yes 1 | ./configure $CONFIGURE_ARGS && sed -i "s|^INSTALL_.*DIR=|&$DESTDIR|" Makefile && make &&