wok view ntop-man/receipt @ rev 20094

Up: slitaz-boot-scripts(444), tazinst(91), tazinst-gui(91).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 05 15:35:01 2017 +0300 (2017-10-05)
parents 65dace417400
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="ntop-man"
4 VERSION="4.1.0"
5 CATEGORY="development"
6 SHORT_DESC="Network traffic probe man page."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.ntop.org/"
10 WANTED="ntop"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share
16 cp -a $install/usr/share/man $fs/usr/share
17 }