wok view python-cssutils/receipt @ rev 14999

Add GPL3 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 13:52:56 2013 +0000 (2013-08-10)
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 }