wok-next diff softether/receipt @ rev 21695
updated gob2 (2.0.17 -> 2.0.20)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jun 30 15:37:32 2020 +0100 (2020-06-30) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/softether/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/softether/receipt Tue Jun 30 15:37:32 2020 +0100 1.3 @@ -1,20 +1,23 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="softether" 1.7 -VERSION="v4.09-9451-beta"; RELEASE="2014.06.09" 1.8 +VERSION="4.34-9745"; RELEASE="2020-04-05" 1.9 CATEGORY="network" 1.10 SHORT_DESC="An Open-Source Free Cross-platform Multi-protocol VPN Program" 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 WEB_SITE="https://www.softether.org/" 1.14 1.15 -TARBALL="$PACKAGE-src-$VERSION.tar.gz" 1.16 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 WGET_URL="http://www.softether-download.com/files/softether/$VERSION-$RELEASE-tree/Source%20Code/$TARBALL" 1.18 +WGET_URL="https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/archive/v$VERSION-beta.tar.gz" 1.19 1.20 -BUILD_DEPENDS="openssl-dev readline-dev ncurses-dev" 1.21 +BUILD_DEPENDS="ncurses-dev openssl-dev readline-dev" 1.22 1.23 -compile_rules() { 1.24 +compile_rules() 1.25 +{ 1.26 mkdir -p $install/usr/bin 1.27 + 1.28 yes 1 | ./configure $CONFIGURE_ARGS && 1.29 sed -i "s|^INSTALL_.*DIR=|&$install|" Makefile && 1.30 make && 1.31 @@ -22,8 +25,9 @@ 1.32 sed -i "s|$install||" $install/usr/bin/* 1.33 } 1.34 1.35 -genpkg_rules() { 1.36 +genpkg_rules() 1.37 +{ 1.38 mkdir -p $fs 1.39 - cp -a $install/usr $fs 1.40 - DEPENDS="openssl readline ncurses zlib" 1.41 + cp -a $install/usr $fs 1.42 + DEPENDS="ncurses openssl readline zlib" 1.43 }