# HG changeset patch # User Christophe Lincoln # Date 1244766271 -7200 # Node ID 3439f5f2d36f45e3b120fecb92a95fc5474802ae # Parent 29ac9ec96a95682a5f3d2f8d0aede6cf5ff0bf9b Add: python-decoratortools diff -r 29ac9ec96a95 -r 3439f5f2d36f python-decoratortools/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-decoratortools/receipt Fri Jun 12 02:24:31 2009 +0200 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="python-decoratortools" +VERSION="1.7" +CATEGORY="development" +SHORT_DESC="Class, function, and metaclass decorators." +MAINTAINER="pankso@slitaz.org" +SOURCE="DecoratorTools" +TARBALL="$SOURCE-$VERSION.zip" +WEB_SITE="http://pypi.python.org/pypi/DecoratorTools" +WGET_URL="http://pypi.python.org/packages/source/D/$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 +}