# HG changeset patch # User Christophe Lincoln # Date 1244766285 -7200 # Node ID a967d0e8c6f13f8b58848006254f1c9288695251 # Parent 3439f5f2d36f45e3b120fecb92a95fc5474802ae Add: python-formencode diff -r 3439f5f2d36f -r a967d0e8c6f1 python-formencode/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-formencode/receipt Fri Jun 12 02:24:45 2009 +0200 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="python-formencode" +VERSION="1.2.2" +CATEGORY="development" +SHORT_DESC="FormEncode is a validation and form generation package." +MAINTAINER="pankso@slitaz.org" +SOURCE="FormEncode" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://formencode.org/" +WGET_URL="http://pypi.python.org/packages/source/F/$SOURCE/$TARBALL" +DEPENDS="python" +BUILD_DEPENDS="python python-dev" +TAGS="python" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + python setup.py install --root=$PWD/_pkg +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $_pkg/usr $fs +}