wok-6.x view rrdtool-doc/receipt @ rev 18899
Add more art from Leonardo Laporte.
SLiM themes Clean, Esperanza, Japan Art, Leaves, Montanhoso.
Openbox 3 themes Blinder, Chrommo.
Combo-theme Japanes (Openbox and GTK2).
SLiM themes Clean, Esperanza, Japan Art, Leaves, Montanhoso.
Openbox 3 themes Blinder, Chrommo.
Combo-theme Japanes (Openbox and GTK2).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Feb 18 16:54:27 2016 +0200 (2016-02-18) |
parents | fbb96c849931 |
children | d5f2ad767bdf |
line source
1 # SliTaz package receipt.
3 PACKAGE="rrdtool-doc"
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/rrdtool $fs/usr/share
17 cp -a $install/usr/share/doc $fs/usr/share
18 }