wok annotate ntop-man/receipt @ rev 24934

updated musl-libc and musl-libc-dev (1.2.2 -> 1.2.3)
author Hans-G?nter Theisgen
date Wed Apr 13 17:42:49 2022 +0100 (2022-04-13)
parents 2b9f96603415
children
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"
pascal@14999 8 LICENSE="GPL3"
pascal@20669 9 WEB_SITE="https://www.ntop.org/"
erjo@1463 10 WANTED="ntop"
erjo@1463 11
erjo@1463 12 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@1463 13 genpkg_rules()
erjo@1463 14 {
slaxemulator@10927 15 mkdir -p $fs/usr/share
pascal@14999 16 cp -a $install/usr/share/man $fs/usr/share
erjo@1463 17 }
erjo@1463 18