wok diff n2n/receipt @ rev 23033
updated libgdiplus and libggdiplus-dev again (2.10 -> 6.0.4)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 04 07:21:48 2020 +0100 (2020-03-04) |
parents | b768ede0c5cb |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/n2n/receipt Fri Jun 07 16:21:22 2013 +0200 1.2 +++ b/n2n/receipt Wed Mar 04 07:21:48 2020 +0100 1.3 @@ -1,22 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="n2n" 1.7 -VERSION="1.3.2" 1.8 +VERSION="2.4" 1.9 CATEGORY="network" 1.10 SHORT_DESC="A Layer Two Peer-to-Peer VPN." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL3" 1.13 +WEB_SITE="https://www.ntop.org/products/n2n/" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://www.ntop.org/products/n2n" 1.17 -WGET_URL="$SF_MIRROR/ntop/$TARBALL" 1.18 +WGET_URL="https://github.com/ntop/$PACKAGE/archive/$VERSION.tar.gz" 1.19 1.20 DEPENDS="" 1.21 -BUILD_DEPENDS="" 1.22 +BUILD_DEPENDS="openssl-dev" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 { 1.27 - cd $src 1.28 make PREFIX=/usr && 1.29 make DESTDIR=$DESTDIR install 1.30 } 1.31 @@ -25,6 +25,7 @@ 1.32 genpkg_rules() 1.33 { 1.34 mkdir -p $fs/usr 1.35 - cp -a $install/usr/bin $fs/usr 1.36 - cp -a $install/usr/sbin $fs/usr 1.37 + 1.38 +# cp -a $install/usr/bin $fs/usr 1.39 + cp -a $install/usr/sbin $fs/usr 1.40 }