wok diff openerp-web/receipt @ rev 16995
xterm: delete local manpage, it looks incorrect
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun Aug 10 03:54:11 2014 +0200 (2014-08-10) |
parents | b7f5000cceb9 |
children | 16df76e1fc6a |
line diff
1.1 --- a/openerp-web/receipt Mon May 02 15:56:46 2011 +0200 1.2 +++ b/openerp-web/receipt Sun Aug 10 03:54:11 2014 +0200 1.3 @@ -5,20 +5,22 @@ 1.4 CATEGORY="office" 1.5 SHORT_DESC="Open source ERP web client." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +LICENSE="MPL" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://openerp.com/" 1.10 WGET_URL="$WEB_SITE/download/stable/source/$TARBALL" 1.11 +CONFIG_FILES="/etc/openerp/openerp-web.conf" 1.12 +# http://doc.openerp.com/install/linux/web/index.html 1.13 + 1.14 DEPENDS="matplotlib setuptools python-turbogears python-pil python \ 1.15 python-pyxml python-pyparsing python-babel python-mako python-markupsafe" 1.16 BUILD_DEPENDS="setuptools python-dev python python-pyxml python-turbogears" 1.17 -CONFIG_FILES="/etc/openerp/openerp-web.conf" 1.18 -# http://doc.openerp.com/install/linux/web/index.html 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 cd $src 1.24 - python setup.py install --root=$PWD/_pkg 1.25 + python setup.py install --root=$DESTDIR 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 @@ -26,9 +28,9 @@ 1.30 { 1.31 mkdir -p $fs/usr $fs/etc/openerp $fs/usr/share/applications 1.32 cp -a stuff/etc $fs/ 1.33 - cp -a $_pkg/usr/config/openerp-web.cfg $fs/etc/openerp/openerp-web.conf 1.34 - cp -a $_pkg/usr/bin $fs/usr 1.35 - cp -a $_pkg/usr/lib $fs/usr 1.36 + cp -a $install/usr/config/openerp-web.cfg $fs/etc/openerp/openerp-web.conf 1.37 + cp -a $install/usr/bin $fs/usr 1.38 + cp -a $install/usr/lib $fs/usr 1.39 } 1.40 1.41 # Pre and post install commands for Tazpkg.