wok-current view python-cssutils/receipt @ rev 14237
Up yad 0.20.1; up libgee 0.9.92; add yad-gtk3, libnotify-gtk3*. Add steadyflow gtk+3 downloader (compiles, runs, but can't able to download or/and save files).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Mar 22 14:44:40 2013 +0000 (2013-03-22) |
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 }