wok-6.x view rrdtool-man/receipt @ rev 8672
Fixed tazwok-experimental. TARBALL needs to be .tar.bz2 if the source is.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Feb 16 17:44:43 2011 +0000 (2011-02-16) |
parents | 6ad8d6b4316e |
children | fbb96c849931 |
line source
1 # SliTaz package receipt.
3 PACKAGE="rrdtool-man"
4 VERSION="1.4.5"
5 CATEGORY="development"
6 SHORT_DESC="Data logging and graphing system for time series data."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://oss.oetiker.ch/rrdtool"
9 WANTED="rrdtool"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/share
15 cp -a $_pkg/usr/share/man $fs/usr/share
16 }