wok diff python-turbogears/receipt @ rev 17097
tramys-client: copy translations to package.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Aug 28 12:36:33 2014 +0300 (2014-08-28) |
parents | 0846c0130529 |
children | 7390f8de9846 |
line diff
1.1 --- a/python-turbogears/receipt Sat Oct 09 17:06:13 2010 +0000 1.2 +++ b/python-turbogears/receipt Thu Aug 28 12:36:33 2014 +0300 1.3 @@ -5,10 +5,12 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Python web application framework." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="MIT" 1.8 SOURCE="TurboGears" 1.9 TARBALL="$SOURCE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.turbogears.org/" 1.11 WGET_URL="http://files.turbogears.org/eggs/$TARBALL" 1.12 + 1.13 DEPENDS="python psycopg sqlobject python-kid python-cheetah python-cherrypy \ 1.14 python-paste python-pastedeploy python-pastescript python-formencode \ 1.15 python-decoratortools python-extremes python-simplejson" 1.16 @@ -35,6 +37,6 @@ 1.17 genpkg_rules() 1.18 { 1.19 PYTHON_LIB=python$(grep ^VERSION= $WOK/python/receipt | sed 's/.*"\(...\).*/\1/') 1.20 - cp -a $_pkg/usr $fs 1.21 + cp -a $install/usr $fs 1.22 rm $fs/usr/lib/$PYTHON_LIB/site-packages/site.py* 1.23 }