wok-next annotate rrdtool-man/receipt @ rev 19720
Up trickle (13/1/2015)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 24 17:21:02 2017 +0200 (2017-05-24) |
parents | fbb96c849931 |
children |
rev | line source |
---|---|
pascal@1437 | 1 # SliTaz package receipt. |
pascal@1437 | 2 |
pascal@1437 | 3 PACKAGE="rrdtool-man" |
pascal@11603 | 4 VERSION="1.4.6" |
pascal@1437 | 5 CATEGORY="development" |
pascal@1437 | 6 SHORT_DESC="Data logging and graphing system for time series data." |
pascal@1437 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14702 | 8 LICENSE="GPL2" |
pascal@2559 | 9 WEB_SITE="http://oss.oetiker.ch/rrdtool" |
pascal@1437 | 10 WANTED="rrdtool" |
pascal@1437 | 11 |
pascal@1437 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1437 | 13 genpkg_rules() |
pascal@1437 | 14 { |
pascal@1437 | 15 mkdir -p $fs/usr/share |
pascal@14702 | 16 cp -a $install/usr/share/man $fs/usr/share |
pascal@1437 | 17 } |
pascal@1437 | 18 |