wok-current diff python-routes/receipt @ rev 16272
Up: wine, wine-rt (1.7.16). Fix: wine needs prelink at build-time
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sat Apr 05 20:56:22 2014 +0000 (2014-04-05) |
parents | dd20be80585e |
children | 56939ad28d41 |
line diff
1.1 --- a/python-routes/receipt Thu May 26 12:34:15 2011 +0200 1.2 +++ b/python-routes/receipt Sat Apr 05 20:56:22 2014 +0000 1.3 @@ -5,24 +5,26 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Routing Recognition and Generation Tools" 1.6 MAINTAINER="taziden@slitaz.org" 1.7 +LICENSE="BSD" 1.8 SOURCE="Routes" 1.9 -DEPENDS="python" 1.10 -BUILD_DEPENDS="python python-dev setuptools" 1.11 TARBALL="$SOURCE-$VERSION.tar.gz" 1.12 WEB_SITE="http://pylonshq.com" 1.13 WGET_URL="http://cdn.pylonshq.com/download/1.0/$TARBALL" 1.14 TAGS="python" 1.15 1.16 +DEPENDS="python" 1.17 +BUILD_DEPENDS="python python-dev setuptools" 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