wok annotate python-cssutils/receipt @ rev 14505
Add miniupnpc
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 12 09:44:28 2013 +0200 (2013-05-12) |
parents | |
children | 2b9f96603415 |
rev | line source |
---|---|
monghitri@13948 | 1 # SliTaz package receipt. |
monghitri@13948 | 2 |
monghitri@13948 | 3 PACKAGE="python-cssutils" |
monghitri@13948 | 4 VERSION="0.9.10b1" |
monghitri@13948 | 5 CATEGORY="development" |
monghitri@13948 | 6 SHORT_DESC="A Python package to parse and build CSS Cascading Style Sheets." |
monghitri@13948 | 7 MAINTAINER="monghitri@aruba.it" |
monghitri@13948 | 8 SOURCE="cssutils" |
monghitri@13948 | 9 TARBALL="$SOURCE-$VERSION.zip" |
monghitri@13948 | 10 WEB_SITE="http://cthedot.de/cssutils/" |
monghitri@13948 | 11 WGET_URL="http://pypi.python.org/packages/source/c/cssutils/$TARBALL" |
monghitri@13948 | 12 DEPENDS="python" |
monghitri@13948 | 13 BUILD_DEPENDS="python setuptools" |
monghitri@13948 | 14 |
monghitri@13948 | 15 # Rules to configure and make the package. |
monghitri@13948 | 16 compile_rules() |
monghitri@13948 | 17 { |
monghitri@13948 | 18 cd $src |
monghitri@13948 | 19 python setup.py install --root=$DESTDIR |
monghitri@13948 | 20 } |
monghitri@13948 | 21 |
monghitri@13948 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
monghitri@13948 | 23 genpkg_rules() |
monghitri@13948 | 24 { |
monghitri@13948 | 25 cp -a $install/usr $fs |
monghitri@13948 | 26 } |
monghitri@13948 | 27 |