wok-next diff python-blessings/receipt @ rev 20224

Up inkscape and it's deps:
gtest, imagemagick, imagemagick6;
add libcdr, librevenge, libvisio, libwpd, libwpg, potrace.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Nov 05 18:29:48 2017 +0200 (2017-11-05)
parents
children 542df2bfb7b5
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-blessings/receipt	Sun Nov 05 18:29:48 2017 +0200
     1.3 @@ -0,0 +1,24 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="python-blessings"
     1.7 +VERSION="1.6"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="A thin, practical wrapper around terminal coloring, styling, and positioning"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="MIT"
    1.12 +WEB_SITE="https://pypi.python.org/pypi/blessings"
    1.13 +
    1.14 +BUILD_DEPENDS="python"
    1.15 +
    1.16 +# Rules to configure and make the package.
    1.17 +compile_rules()
    1.18 +{
    1.19 +	pip install --no-compile --root=$DESTDIR blessings
    1.20 +}
    1.21 +
    1.22 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.23 +genpkg_rules()
    1.24 +{
    1.25 +	copy @std
    1.26 +	DEPENDS="python"
    1.27 +}