wok annotate n2n/receipt @ rev 23936

syslinux/isohybrid: force GPT detection (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 09 12:46:01 2020 +0000 (2020-09-09)
parents b768ede0c5cb
children 5ea0ce1cecc0
rev   line source
pascal@14154 1 # SliTaz package receipt.
pascal@14154 2
pascal@14154 3 PACKAGE="n2n"
Hans-G?nter@21507 4 VERSION="2.4"
pascal@14154 5 CATEGORY="network"
pascal@14154 6 SHORT_DESC="A Layer Two Peer-to-Peer VPN."
pascal@14154 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14698 8 LICENSE="GPL3"
Hans-G?nter@21507 9 WEB_SITE="https://www.ntop.org/products/n2n/"
Hans-G?nter@21507 10
pascal@14154 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@21507 12 WGET_URL="https://github.com/ntop/$PACKAGE/archive/$VERSION.tar.gz"
pascal@14154 13
pascal@14154 14 DEPENDS=""
Hans-G?nter@21507 15 BUILD_DEPENDS="openssl-dev"
pascal@14154 16
pascal@14154 17 # Rules to configure and make the package.
pascal@14154 18 compile_rules()
pascal@14154 19 {
pascal@14154 20 make PREFIX=/usr &&
pascal@14154 21 make DESTDIR=$DESTDIR install
pascal@14154 22 }
pascal@14154 23
pascal@14154 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14154 25 genpkg_rules()
pascal@14154 26 {
pascal@14154 27 mkdir -p $fs/usr
Hans-G?nter@21507 28
Hans-G?nter@21507 29 # cp -a $install/usr/bin $fs/usr
Hans-G?nter@21507 30 cp -a $install/usr/sbin $fs/usr
pascal@14154 31 }