wok diff rrdtool-python/receipt @ rev 19064
Add: Warenhaus Typenhebel Font. An imitation of an old type writer.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Thu Apr 21 00:25:41 2016 -0300 (2016-04-21) |
parents | fbb96c849931 |
children | d5f2ad767bdf |
line diff
1.1 --- a/rrdtool-python/receipt Thu Jan 19 08:39:06 2012 +0100 1.2 +++ b/rrdtool-python/receipt Thu Apr 21 00:25:41 2016 -0300 1.3 @@ -5,15 +5,17 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Python bindings for rrdtool." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 WEB_SITE="http://oss.oetiker.ch/rrdtool" 1.9 +WANTED="rrdtool" 1.10 + 1.11 DEPENDS="python rrdtool" 1.12 -WANTED="rrdtool" 1.13 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 { 1.17 PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') 1.18 mkdir -p $fs/usr/lib 1.19 - cp -a $_pkg/usr/lib/$PYTHON_LIB $fs/usr/lib 1.20 + cp -a $install/usr/lib/$PYTHON_LIB $fs/usr/lib 1.21 } 1.22