wok-next annotate n2n/receipt @ rev 20780

GnuPG update: 2.1.21 (2017 May) -> 2.2.8 (CVE-2018-12020) -> GnuPG 2.2.x is the current stable branch of GnuPG
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 05:44:49 2018 +0000 (2018-06-09)
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 }