wok view python-cssutils/receipt @ rev 22539

updated bird (2.0.3 -> 2.0.7)
author Hans-G?nter Theisgen
date Fri Jan 03 16:08:36 2020 +0100 (2020-01-03)
parents 16df76e1fc6a
children cb009344b226
line source
1 # SliTaz package receipt.
3 PACKAGE="python-cssutils"
4 VERSION="0.9.10b1"
5 CATEGORY="development"
6 SHORT_DESC="A Python package to parse and build CSS Cascading Style Sheets."
7 MAINTAINER="monghitri@aruba.it"
8 LICENSE="GPL3"
9 SOURCE="cssutils"
10 TARBALL="$SOURCE-$VERSION.zip"
11 WEB_SITE="http://cthedot.de/cssutils/"
12 WGET_URL="http://pypi.python.org/packages/source/c/cssutils/$TARBALL"
13 DEPENDS="python"
14 BUILD_DEPENDS="python python-setuptools"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 python setup.py install --root=$DESTDIR
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/usr $fs
26 }