wok annotate rrdtool-python/receipt @ rev 25428
updated xarchiver (0.5.4.14 -> 0.5.4.18)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Aug 18 17:12:42 2022 +0100 (2022-08-18) |
parents | d5f2ad767bdf |
children |
rev | line source |
---|---|
pascal@1437 | 1 # SliTaz package receipt. |
pascal@1437 | 2 |
pascal@1437 | 3 PACKAGE="rrdtool-python" |
Hans-G?nter@23618 | 4 VERSION="1.7.2" |
pascal@1437 | 5 CATEGORY="development" |
pascal@1437 | 6 SHORT_DESC="Python bindings for rrdtool." |
pascal@1437 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14702 | 8 LICENSE="GPL2" |
Hans-G?nter@23618 | 9 WEB_SITE="https://oss.oetiker.ch/rrdtool/" |
pascal@14702 | 10 |
pascal@1437 | 11 DEPENDS="python rrdtool" |
Hans-G?nter@23618 | 12 WANTED="rrdtool" |
pascal@1437 | 13 |
pascal@1437 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1437 | 15 genpkg_rules() |
pascal@1437 | 16 { |
pascal@6594 | 17 PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') |
Hans-G?nter@23618 | 18 |
pascal@1437 | 19 mkdir -p $fs/usr/lib |
Hans-G?nter@23618 | 20 cp -a $install/usr/lib/$PYTHON_LIB $fs/usr/lib |
pascal@1437 | 21 } |