wok view python-cssutils/receipt @ rev 18077

Rebuild Python packages to remove "*.pyc" files from package.lists (part 1).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 22 17:34:18 2015 +0300 (2015-05-22)
parents 2b9f96603415
children 5d50a02468c7
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 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 }