wok-6.x diff softether/receipt @ rev 21985
linld: x86 support (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 14 11:52:35 2019 +0200 (2019-10-14) |
parents | 9689f1b75619 |
children | 934055de50e2 |
line diff
1.1 --- a/softether/receipt Tue Dec 30 10:01:09 2014 +0100 1.2 +++ b/softether/receipt Mon Oct 14 11:52:35 2019 +0200 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 &&