wok view python-decoratortools/receipt @ rev 16733

Up: php modules (5.5.13)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Jun 03 01:07:29 2014 +0200 (2014-06-03)
parents ae6175b0044c
children 16df76e1fc6a
line source
1 # SliTaz package receipt.
3 PACKAGE="python-decoratortools"
4 VERSION="1.8"
5 CATEGORY="development"
6 SHORT_DESC="Class, function, and metaclass decorators"
7 MAINTAINER="taziden@slitaz.org"
8 LICENSE="PSL"
9 SOURCE="DecoratorTools"
10 TARBALL="$SOURCE-$VERSION.zip"
11 WEB_SITE="http://pypi.python.org/pypi/DecoratorTools"
12 WGET_URL="http://pypi.python.org/packages/source/D/$SOURCE/$TARBALL"
13 TAGS="python"
15 DEPENDS="python"
16 BUILD_DEPENDS="python python-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 python setup.py install --root=$DESTDIR
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/usr $fs
29 }