wok-next view openerp-client-etl/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="openerp-client-etl"
4 VERSION="1.1.1"
5 CATEGORY="development"
6 SHORT_DESC="Allows to extract, transform and load data from any data source"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="https://pypi.org/project/openerp-client-etl/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="https://files.pythonhosted.org/packages/source/o/$PACKAGE/$TARBALL"
13 BUILD_DEPENDS="python-dev python"
15 compile_rules() {
16 python -B setup.py build &&
17 python -B setup.py install --root=$install
18 }
20 genpkg_rules() {
21 cp -a $install/usr $fs
22 DEPENDS="python wget"
23 }