wok view python-cssutils/receipt @ rev 22434

Add sshrc (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 21 12:20:01 2019 +0100 (2019-12-21)
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 }