wok-next view rrdtool-man/receipt @ rev 18985

Add: Backgrounds created by the community. See: https://github.com/hackdorte/slitaz-community-backgrounds
author Leonardo Laporte <hackdorte@sapo.pt>
date Thu Mar 17 00:11:28 2016 -0300 (2016-03-17)
parents fbb96c849931
children
line source
1 # SliTaz package receipt.
3 PACKAGE="rrdtool-man"
4 VERSION="1.4.6"
5 CATEGORY="development"
6 SHORT_DESC="Data logging and graphing system for time series data."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://oss.oetiker.ch/rrdtool"
10 WANTED="rrdtool"
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 }