wok view python-cssutils/receipt @ rev 14339

mingw32-gcc: remove wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 13 21:37:35 2013 +0200 (2013-04-13)
parents
children 2b9f96603415
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 SOURCE="cssutils"
9 TARBALL="$SOURCE-$VERSION.zip"
10 WEB_SITE="http://cthedot.de/cssutils/"
11 WGET_URL="http://pypi.python.org/packages/source/c/cssutils/$TARBALL"
12 DEPENDS="python"
13 BUILD_DEPENDS="python setuptools"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
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 }