wok view rrdtool-doc/receipt @ rev 1482

dialog: update TARBALL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 04 19:33:42 2008 +0000 (2008-10-04)
parents
children 8e44b7502050
line source
1 # SliTaz package receipt.
3 PACKAGE="rrdtool-doc"
4 VERSION="1.3.2"
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/$PACKAGE"
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/rrdtool $fs/usr/share
16 cp -a $_pkg/usr/share/doc $fs/usr/share
17 }