wok annotate rrdtool-man/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents d5f2ad767bdf
children
rev   line source
pascal@1437 1 # SliTaz package receipt.
pascal@1437 2
pascal@1437 3 PACKAGE="rrdtool-man"
Hans-G?nter@23618 4 VERSION="1.7.2"
pascal@1437 5 CATEGORY="development"
Hans-G?nter@23618 6 SHORT_DESC="Data logging and graphing system for time series data - manual pages."
pascal@1437 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14702 8 LICENSE="GPL2"
Hans-G?nter@23618 9 WEB_SITE="https://oss.oetiker.ch/rrdtool/"
Hans-G?nter@23618 10
pascal@1437 11 WANTED="rrdtool"
pascal@1437 12
pascal@1437 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1437 14 genpkg_rules()
pascal@1437 15 {
pascal@1437 16 mkdir -p $fs/usr/share
Hans-G?nter@23618 17 cp -a $install/usr/share/man $fs/usr/share
pascal@1437 18 }