wok view rrdtool-python/receipt @ rev 16345

Up: slitaz-configs (5.3) With new Slitaz Tiny Screen desktop files and tools
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 12 20:04:10 2014 +0200 (2014-04-12)
parents fbb96c849931
children d5f2ad767bdf
line source
1 # SliTaz package receipt.
3 PACKAGE="rrdtool-python"
4 VERSION="1.4.6"
5 CATEGORY="development"
6 SHORT_DESC="Python bindings for rrdtool."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://oss.oetiker.ch/rrdtool"
10 WANTED="rrdtool"
12 DEPENDS="python rrdtool"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/')
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/$PYTHON_LIB $fs/usr/lib
20 }