# SliTaz package receipt. PACKAGE="ntop-man" VERSION="4.1.0" CATEGORY="development" SHORT_DESC="Network traffic probe man page." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" WEB_SITE="https://www.ntop.org/" WANTED="ntop" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share cp -a $install/usr/share/man $fs/usr/share }