wok view rrdtool-python/receipt @ rev 11420
sagan-rules: Change version to 08222011 cause its the same as current. Doesn't need a compile_rules function since its just copy source files to $fs/etc/sagan/rules.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Dec 14 05:17:25 2011 +0000 (2011-12-14) |
parents | d0fa681cee8d |
children | fbb96c849931 |
line source
1 # SliTaz package receipt.
3 PACKAGE="rrdtool-python"
4 VERSION="1.4.5"
5 CATEGORY="development"
6 SHORT_DESC="Python bindings for rrdtool."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://oss.oetiker.ch/rrdtool"
9 DEPENDS="python rrdtool"
10 WANTED="rrdtool"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/')
16 mkdir -p $fs/usr/lib
17 cp -a $_pkg/usr/lib/$PYTHON_LIB $fs/usr/lib
18 }