wok annotate rrdtool-python/receipt @ rev 1805
php-*: restart web server during reconfigure
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Dec 02 14:48:36 2008 +0000 (2008-12-02) |
parents | |
children | 8e44b7502050 |
rev | line source |
---|---|
pascal@1437 | 1 # SliTaz package receipt. |
pascal@1437 | 2 |
pascal@1437 | 3 PACKAGE="rrdtool-python" |
pascal@1437 | 4 VERSION="1.3.2" |
pascal@1437 | 5 CATEGORY="development" |
pascal@1437 | 6 SHORT_DESC="Python bindings for rrdtool." |
pascal@1437 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@1437 | 8 WEB_SITE="http://oss.oetiker.ch/$PACKAGE" |
pascal@1437 | 9 DEPENDS="python 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/lib |
pascal@1437 | 16 cp -a $_pkg/usr/lib/python2.5 $fs/usr/lib |
pascal@1437 | 17 } |
pascal@1437 | 18 |