wok-current annotate python-formalchemy/receipt @ rev 17335
Add dfu-util
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Nov 05 16:17:22 2014 +0100 (2014-11-05) |
parents | d66b9f197cdf |
children | 16df76e1fc6a |
rev | line source |
---|---|
claudinei@3827 | 1 # SliTaz package receipt. |
claudinei@3827 | 2 |
claudinei@3827 | 3 PACKAGE="python-formalchemy" |
claudinei@14888 | 4 SOURCE="formalchemy" |
claudinei@14888 | 5 VERSION="1.4.2" |
claudinei@3827 | 6 CATEGORY="development" |
claudinei@3827 | 7 SHORT_DESC="Auto-generated, customizable HTML output form fields from SQLAlchemy mapped classes." |
claudinei@3827 | 8 MAINTAINER="claudinei@slitaz.org" |
pascal@15379 | 9 LICENSE="MIT" |
pascal@15379 | 10 TARBALL="$SOURCE-$VERSION.tar.gz" |
pascal@15379 | 11 WEB_SITE="http://docs.formalchemy.org" |
pascal@15379 | 12 WGET_URL="https://github.com/FormAlchemy/$SOURCE/archive/$VERSION.tar.gz" |
pascal@15379 | 13 |
claudinei@14888 | 14 DEPENDS="python python-sqlalchemy python-webhelpers python-markupsafe \ |
claudinei@14888 | 15 python-tempita python-webob" |
claudinei@14888 | 16 BUILD_DEPENDS="python-dev setuptools wget" |
claudinei@3827 | 17 |
claudinei@3827 | 18 # Rules to configure and make the package. |
claudinei@3827 | 19 compile_rules() |
claudinei@3827 | 20 { |
claudinei@3827 | 21 cd $src |
claudinei@14888 | 22 python setup.py install --root=$DESTDIR |
claudinei@3827 | 23 } |
claudinei@3827 | 24 |
claudinei@3827 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
claudinei@3827 | 26 genpkg_rules() |
claudinei@3827 | 27 { |
claudinei@14888 | 28 cp -a $install/usr $fs |
claudinei@3827 | 29 } |
claudinei@3827 | 30 |