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

Micro-updates + { new clang + assaultcube (still broken)} + {new python modules from SliTaz Cooking + their depends}
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Sep 14 01:56:52 2018 +0300 (2018-09-14)
parents c0cb4b7f2e21
children d5aab818505e
line source
1 # SliTaz package receipt.
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 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="https://pypi.org/project/openerp-client-etl"
10 WGET_URL="https://files.pythonhosted.org/packages/source/o/$PACKAGE/$TARBALL"
12 DEPENDS="python wget"
13 BUILD_DEPENDS="python-dev python"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 python setup.py build &&
19 python setup.py install --root=$DESTDIR
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/usr $fs
26 }