wok-next view python-formencode/receipt @ rev 20024
Up tesseract-ocr (3.05.01)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 22 12:39:31 2017 +0200 (2017-10-22) |
parents | fd4f1e692109 |
children | 6c73b944e8dd |
line source
1 # SliTaz package receipt.
3 PACKAGE="python-formencode"
4 VERSION="1.2.2"
5 CATEGORY="development"
6 SHORT_DESC="FormEncode is a validation and form generation package."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="PSL"
9 SOURCE="FormEncode"
10 TARBALL="$SOURCE-$VERSION.tar.gz"
11 WEB_SITE="http://formencode.org/"
12 WGET_URL="http://pypi.python.org/packages/source/F/$SOURCE/$TARBALL"
13 TAGS="python"
15 DEPENDS="python"
16 BUILD_DEPENDS="python python-dev setuptools"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }