wok view ncat/receipt @ rev 24061

Add lz4ultra
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 12 09:05:17 2021 +0000 (2021-06-12)
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 }