wok diff n2n/receipt @ rev 21899

updated seed and seed-dev (3.2.0 -> 3.8.1)
author Hans-G?nter Theisgen
date Thu Oct 03 20:41:17 2019 +0100 (2019-10-03)
parents b768ede0c5cb
children 5ea0ce1cecc0
line diff
     1.1 --- a/n2n/receipt	Fri Jun 07 16:21:22 2013 +0200
     1.2 +++ b/n2n/receipt	Thu Oct 03 20:41:17 2019 +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  }