1 # Maintainer: Dan Serban
2 # Contributors: tocer deng, Herve Cauwelier
7 pkgdesc="OpenERP client"
8 url=http://openerp.com/
11 depends=(pygtk python-egenix-mx-base python-lxml python2 python2-matplotlib python2-pytz pyxml)
12 optdepends=(hippo-canvas pydot)
13 conflicts=(python2-openerp-client)
14 source=("http://www.openerp.com/download/stable/source/openerp-client-${pkgver}.tar.gz")
15 md5sums=('81d96ef7fb7650d77c00f4f135a60c5f')
19 cd openerp-client-${pkgver}
20 python2 setup.py install --root="${pkgdir}"
21 cd "${pkgdir}"/usr/bin
22 sed -i 's/cd .*pkg/cd /' openerp-client