wok annotate rrdtool-doc/receipt @ rev 25513
memtest: update sleep()
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 14 15:41:57 2023 +0000 (21 months ago) |
parents | d5f2ad767bdf |
children |
rev | line source |
---|---|
pascal@1437 | 1 # SliTaz package receipt. |
pascal@1437 | 2 |
pascal@1437 | 3 PACKAGE="rrdtool-doc" |
Hans-G?nter@23618 | 4 VERSION="1.7.2" |
pascal@1437 | 5 CATEGORY="development" |
Hans-G?nter@23618 | 6 SHORT_DESC="Data logging and graphing system for time series data - documentation." |
pascal@1437 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14702 | 8 LICENSE="GPL2" |
Hans-G?nter@23618 | 9 WEB_SITE="https://oss.oetiker.ch/rrdtool" |
Hans-G?nter@23618 | 10 |
pascal@1437 | 11 WANTED="rrdtool" |
pascal@1437 | 12 |
pascal@1437 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1437 | 14 genpkg_rules() |
pascal@1437 | 15 { |
pascal@1437 | 16 mkdir -p $fs/usr/share |
Hans-G?nter@23618 | 17 |
Hans-G?nter@23618 | 18 cp -a $install/usr/share/rrdtool $fs/usr/share |
Hans-G?nter@23618 | 19 cp -a $install/usr/share/doc $fs/usr/share |
pascal@1437 | 20 } |