wok annotate ntop-man/receipt @ rev 13688

Add mdocml (very light man formatter), mdocml-extra, mdocml-cgi, mdocml-man, mdocml-dev. Now we can use 'mandoc /usr/share/man/man1/xterm.1 | less' to see well formatted manpage, but we still need 'man' wrapper to mandoc to search and page man pages. Cgi and other packages yet not tested at all.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Dec 09 17:07:54 2012 +0000 (2012-12-09)
parents f51ffad7db07
children 2b9f96603415
rev   line source
erjo@1463 1 # SliTaz package receipt.
erjo@1463 2
erjo@1463 3 PACKAGE="ntop-man"
erjo@11453 4 VERSION="4.1.0"
erjo@1463 5 CATEGORY="development"
erjo@1463 6 SHORT_DESC="Network traffic probe man page."
erjo@1463 7 MAINTAINER="pascal.bellard@slitaz.org"
erjo@1463 8 WEB_SITE="http://www.ntop.org/"
erjo@1463 9 WANTED="ntop"
erjo@1463 10
erjo@1463 11 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1463 12 genpkg_rules()
erjo@1463 13 {
slaxemulator@10927 14 mkdir -p $fs/usr/share
slaxemulator@10927 15 cp -a $_pkg/usr/share/man $fs/usr/share
erjo@1463 16 }
erjo@1463 17