wok view ncat/receipt @ rev 24986

Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author Stanislas Leduc <shann@slitaz.org>
date Wed May 11 08:28:28 2022 -0400 (2022-05-11)
parents
children 96982f54e3dc
line source
1 # SliTaz package receipt.
3 PACKAGE="ncat"
4 VERSION="7.80"
5 CATEGORY="security"
6 TAGS="network"
7 SHORT_DESC="A much-improved reimplementation of Netcat"
8 MAINTAINER="erjo@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://nmap.org/"
11 WANTED="nmap"
13 DEPENDS="libpcap libssl libnl"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/bin
19 cp -a $src/ncat/ncat $fs/usr/bin
20 }