# SliTaz package receipt. PACKAGE="ncat" VERSION="7.80" CATEGORY="security" TAGS="network" SHORT_DESC="A much-improved reimplementation of Netcat" MAINTAINER="erjo@slitaz.org" LICENSE="GPL2" WEB_SITE="https://nmap.org/" WANTED="nmap" DEPENDS="libpcap libssl libnl" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/bin cp -a $src/ncat/ncat $fs/usr/bin }