wok-next annotate n2n/receipt @ rev 20958

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Sep 06 04:28:48 2018 +0300 (2018-09-06)
parents b768ede0c5cb
children d5aab818505e
rev   line source
al@20513 1 # SliTaz package receipt v2.
pascal@14154 2
pascal@14154 3 PACKAGE="n2n"
pascal@14154 4 VERSION="1.3.2"
pascal@14154 5 CATEGORY="network"
al@20513 6 SHORT_DESC="A Layer Two Peer-to-Peer VPN"
pascal@14154 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14698 8 LICENSE="GPL3"
al@20513 9 WEB_SITE="http://www.ntop.org/products/n2n"
al@20513 10
pascal@14154 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@14154 12 WGET_URL="$SF_MIRROR/ntop/$TARBALL"
pascal@14154 13
al@20513 14 compile_rules() {
pascal@14154 15 make PREFIX=/usr &&
pascal@14154 16 make DESTDIR=$DESTDIR install
pascal@14154 17 }
pascal@14154 18
al@20513 19 genpkg_rules() {
al@20513 20 copy @std
pascal@14154 21 }