wok-current view ncat/receipt @ rev 25449

BootProg/boot32.asm: floppy chs support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 12 16:35:46 2022 +0000 (2022-09-12)
parents
children
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 }