wok-6.x diff openerp-server/receipt @ rev 11749
Fix galculator desktop file and remove icon they is one in the new slitaz-icon
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Feb 22 02:56:59 2012 +0100 (2012-02-22) |
parents | fee531f1e85e |
children | 600aaedb561d |
line diff
1.1 --- a/openerp-server/receipt Mon Jun 29 11:24:32 2009 +0200 1.2 +++ b/openerp-server/receipt Wed Feb 22 02:56:59 2012 +0100 1.3 @@ -8,17 +8,18 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://openerp.com/" 1.6 WGET_URL="$WEB_SITE/download/stable/source/$TARBALL" 1.7 + 1.8 DEPENDS="python postgresql libxml2-python libxslt psycopg2 python-reportlab \ 1.9 python-pyparsing graphviz libgcrypt python-pil python-lxml matplotlib \ 1.10 python-pyxml python-pychart python-pydot egenix-mx-base" 1.11 -BUILD_DEPENDS="libxml2-python psycopg2 libxml2 libxslt python-reportlab \ 1.12 +BUILD_DEPENDS="libxml2-python psycopg2 libxml2 libxslt-python python-reportlab \ 1.13 python-pychart python-pydot python-dev" 1.14 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 cd $src 1.19 - python setup.py install --root=$PWD/_pkg 1.20 + python setup.py install --root=$DESTDIR 1.21 } 1.22 1.23 # Rules to gen a SliTaz package suitable for Tazpkg. 1.24 @@ -28,7 +29,7 @@ 1.25 chmod 777 $fs/var/run/openerp $fs/var/log/openerp 1.26 cp -a $_pkg/usr/bin $fs/usr 1.27 cp -a $_pkg/usr/lib $fs/usr 1.28 - cp -a stuff/* $fs 1.29 + cp -a $stuff/* $fs 1.30 sed -i 's|cd .*_pkg|cd |' $fs/usr/bin/openerp-server 1.31 } 1.32