wok view python-cssutils/receipt @ rev 15815

Up: uget to 1.10.4.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Jan 24 03:18:28 2014 +0000 (2014-01-24)
parents 0463923b1bd3
children 16df76e1fc6a
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 cd $src
20 python setup.py install --root=$DESTDIR
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/usr $fs
27 }