wok-next annotate rrdtool-doc/receipt @ rev 16123
Mplayer up to (1.1.1) and add to ARM arch with esound support
| author | Christophe Lincoln <pankso@slitaz.org> |
|---|---|
| date | Sun Mar 23 22:37:08 2014 +0100 (2014-03-23) |
| parents | fbb96c849931 |
| children |
| rev | line source |
|---|---|
| pascal@1437 | 1 # SliTaz package receipt. |
| pascal@1437 | 2 |
| pascal@1437 | 3 PACKAGE="rrdtool-doc" |
| 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/rrdtool $fs/usr/share |
| pascal@14702 | 17 cp -a $install/usr/share/doc $fs/usr/share |
| pascal@1437 | 18 } |
| pascal@1437 | 19 |