wok annotate rrdtool-man/receipt @ rev 17238
dovecot, proftpd: CVE-2014-3566
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 18 14:31:43 2014 +0200 (2014-10-18) |
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 |