wok diff softether/receipt @ rev 22237
updated xorg-libxkbfile and xorg-libxkbfile-dev (1.0.7 -> 1.1.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Nov 12 09:03:54 2019 +0100 (2019-11-12) |
parents | 9689f1b75619 |
children | 934055de50e2 |
line diff
1.1 --- a/softether/receipt Tue Dec 30 10:01:09 2014 +0100 1.2 +++ b/softether/receipt Tue Nov 12 09:03:54 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 &&