wok-6.x annotate rrdtool-man/receipt @ rev 19073
Fix: (Picozu the HTML5 online image editor.)
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Sat Apr 23 01:13:53 2016 -0300 (2016-04-23) |
parents | fbb96c849931 |
children | d5f2ad767bdf |
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 |