wok-current annotate python-formalchemy/receipt @ rev 15147
jed: filter wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 13:01:55 2013 +0000 (2013-08-15) |
parents | c3fc45ddf5e1 |
children | 2a5cc8208d36 |
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" |
claudinei@14888 | 9 DEPENDS="python python-sqlalchemy python-webhelpers python-markupsafe \ |
claudinei@14888 | 10 python-tempita python-webob" |
claudinei@14888 | 11 BUILD_DEPENDS="python-dev setuptools wget" |
claudinei@3827 | 12 TARBALL="$SOURCE-$VERSION.tar.gz" |
claudinei@14888 | 13 WEB_SITE="http://docs.formalchemy.org" |
claudinei@14888 | 14 WGET_URL="https://github.com/FormAlchemy/$SOURCE/archive/$VERSION.tar.gz" |
claudinei@3827 | 15 |
claudinei@3827 | 16 # Rules to configure and make the package. |
claudinei@3827 | 17 compile_rules() |
claudinei@3827 | 18 { |
claudinei@3827 | 19 cd $src |
claudinei@14888 | 20 python setup.py install --root=$DESTDIR |
claudinei@3827 | 21 } |
claudinei@3827 | 22 |
claudinei@3827 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
claudinei@3827 | 24 genpkg_rules() |
claudinei@3827 | 25 { |
claudinei@14888 | 26 cp -a $install/usr $fs |
claudinei@3827 | 27 } |
claudinei@3827 | 28 |