wok annotate python-cherrypy/receipt @ rev 17736
prelink: force libpthread link
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 06 12:45:18 2015 +0100 (2015-03-06) |
parents | b00fbc158682 |
children | 16df76e1fc6a |
rev | line source |
---|---|
pankso@3376 | 1 # SliTaz package receipt. |
pankso@3376 | 2 |
pankso@3376 | 3 PACKAGE="python-cherrypy" |
slaxemulator@6601 | 4 VERSION="3.1.2" # Fix to this version for turbogears. |
pankso@3376 | 5 CATEGORY="development" |
pankso@3376 | 6 SHORT_DESC="CherryPy is a pythonic, object-oriented HTTP framework." |
pankso@3376 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15378 | 8 LICENSE="BSD" |
pankso@3376 | 9 SOURCE="CherryPy" |
pankso@3376 | 10 TARBALL="$SOURCE-$VERSION.tar.gz" |
pankso@3376 | 11 WEB_SITE="http://www.cherrypy.org/" |
pankso@3376 | 12 WGET_URL="http://download.cherrypy.org/cherrypy/$VERSION/$TARBALL" |
pascal@15378 | 13 TAGS="python" |
pascal@15378 | 14 |
pankso@3376 | 15 DEPENDS="python" |
pankso@3376 | 16 BUILD_DEPENDS="python python-dev" |
pankso@3376 | 17 |
pankso@3376 | 18 # Rules to configure and make the package. |
pankso@3376 | 19 compile_rules() |
pankso@3376 | 20 { |
pankso@3376 | 21 cd $src |
pascal@15378 | 22 python setup.py install --root=$DESTDIR |
pankso@3376 | 23 } |
pankso@3376 | 24 |
pankso@3376 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@3376 | 26 genpkg_rules() |
pankso@3376 | 27 { |
pascal@15378 | 28 cp -a $install/usr $fs |
pankso@3376 | 29 } |