wok-6.x diff python-decoratortools/receipt @ rev 16285
libunique: add cflags
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 06 18:57:04 2014 +0000 (2014-04-06) |
parents | ae6175b0044c |
children | 16df76e1fc6a |
line diff
1.1 --- a/python-decoratortools/receipt Wed Sep 29 23:26:18 2010 +0000 1.2 +++ b/python-decoratortools/receipt Sun Apr 06 18:57:04 2014 +0000 1.3 @@ -5,24 +5,26 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Class, function, and metaclass decorators" 1.6 MAINTAINER="taziden@slitaz.org" 1.7 +LICENSE="PSL" 1.8 SOURCE="DecoratorTools" 1.9 -DEPENDS="python" 1.10 -BUILD_DEPENDS="python python-dev" 1.11 TARBALL="$SOURCE-$VERSION.zip" 1.12 WEB_SITE="http://pypi.python.org/pypi/DecoratorTools" 1.13 WGET_URL="http://pypi.python.org/packages/source/D/$SOURCE/$TARBALL" 1.14 TAGS="python" 1.15 1.16 +DEPENDS="python" 1.17 +BUILD_DEPENDS="python python-dev" 1.18 + 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 cd $src 1.23 - python setup.py install --root=$PWD/_pkg 1.24 + python setup.py install --root=$DESTDIR 1.25 } 1.26 1.27 # Rules to gen a SliTaz package suitable for Tazpkg. 1.28 genpkg_rules() 1.29 { 1.30 - cp -a $_pkg/usr $fs 1.31 + cp -a $install/usr $fs 1.32 } 1.33