wok-6.x annotate python-cssutils/receipt @ rev 23824
Up openssh (8.3p1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 28 13:18:28 2020 +0000 (2020-05-28) |
parents | 5d50a02468c7 |
children | b9659e3c2111 |
rev | line source |
---|---|
monghitri@13948 | 1 # SliTaz package receipt. |
monghitri@13948 | 2 |
monghitri@13948 | 3 PACKAGE="python-cssutils" |
Hans-G?nter@23475 | 4 VERSION="1.0.2" |
monghitri@13948 | 5 CATEGORY="development" |
monghitri@13948 | 6 SHORT_DESC="A Python package to parse and build CSS Cascading Style Sheets." |
monghitri@13948 | 7 MAINTAINER="monghitri@aruba.it" |
pascal@14999 | 8 LICENSE="GPL3" |
Hans-G?nter@23475 | 9 WEB_SITE="https://cthedot.de/cssutils/" |
Hans-G?nter@23475 | 10 |
monghitri@13948 | 11 SOURCE="cssutils" |
Hans-G?nter@23475 | 12 TARBALL="$SOURCE-$VERSION.tar.gz" |
Hans-G?nter@23475 | 13 WGET_URL="https://files.pythonhosted.org/packages/source/c/cssutils/$TARBALL" |
Hans-G?nter@23475 | 14 |
monghitri@13948 | 15 DEPENDS="python" |
pascal@21581 | 16 BUILD_DEPENDS="python python-setuptools" |
monghitri@13948 | 17 |
monghitri@13948 | 18 # Rules to configure and make the package. |
monghitri@13948 | 19 compile_rules() |
monghitri@13948 | 20 { |
monghitri@13948 | 21 python setup.py install --root=$DESTDIR |
monghitri@13948 | 22 } |
monghitri@13948 | 23 |
monghitri@13948 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
monghitri@13948 | 25 genpkg_rules() |
monghitri@13948 | 26 { |
monghitri@13948 | 27 cp -a $install/usr $fs |
monghitri@13948 | 28 } |