wok-next view n2n/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents b768ede0c5cb
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="n2n"
4 VERSION="1.3.2"
5 CATEGORY="network"
6 SHORT_DESC="A Layer Two Peer-to-Peer VPN"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.ntop.org/products/n2n"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/ntop/$TARBALL"
14 compile_rules() {
15 make PREFIX=/usr &&
16 make DESTDIR=$DESTDIR install
17 }
19 genpkg_rules() {
20 copy @std
21 }