wok-next annotate python-pyweb/receipt @ rev 14795
web-applications: Up web-applications (1.5)
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Tue Jul 09 19:42:20 2013 +0000 (2013-07-09) |
parents | |
children | fd4f1e692109 |
rev | line source |
---|---|
pascal@14184 | 1 # SliTaz package receipt. |
pascal@14184 | 2 |
pascal@14184 | 3 PACKAGE="python-pyweb" |
pascal@14184 | 4 SOURCE="web.py" |
pascal@14184 | 5 VERSION="0.37" |
pascal@14184 | 6 CATEGORY="development" |
pascal@14184 | 7 SHORT_DESC="A web framework for Python." |
pascal@14184 | 8 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14184 | 9 TARBALL="$SOURCE-$VERSION.tar.gz" |
pascal@14184 | 10 WEB_SITE="http://webpy.org/" |
pascal@14184 | 11 WGET_URL="${WEB_SITE}static/$TARBALL" |
pascal@14184 | 12 DEPENDS="python" |
pascal@14184 | 13 |
pascal@14184 | 14 # Rules to configure and make the package. |
pascal@14184 | 15 compile_rules() |
pascal@14184 | 16 { |
pascal@14184 | 17 cd $src |
pascal@14184 | 18 python setup.py build |
pascal@14184 | 19 python setup.py install --root=$DESTDIR |
pascal@14184 | 20 } |
pascal@14184 | 21 |
pascal@14184 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@14184 | 23 genpkg_rules() |
pascal@14184 | 24 { |
pascal@14184 | 25 mkdir -p $fs/usr |
pascal@14184 | 26 cp -a $install/usr/lib $fs/usr |
pascal@14184 | 27 } |