wok annotate openerp-client-etl/receipt @ rev 19409

openssh: add jump host ProxyCommand
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 20 16:04:52 2016 +0200 (2016-09-20)
parents
children 104a2a2e5484
rev   line source
pascal@18786 1 # SliTaz package receipt.
pascal@18786 2
pascal@18786 3 PACKAGE="openerp-client-etl"
pascal@18786 4 VERSION="1.1.1"
pascal@18786 5 CATEGORY="development"
pascal@18786 6 SHORT_DESC="Allows to extract, transform and load data from any data source."
pascal@18786 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18786 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@18786 9 WEB_SITE="https://pypi.python.org/pypi/openerp-client-etl"
pascal@18786 10 WGET_URL="https://pypi.python.org/packages/source/o/$PACKAGE/$TARBALL"
pascal@18786 11
pascal@18786 12 DEPENDS="python wget"
pascal@18786 13 BUILD_DEPENDS="python-dev python"
pascal@18786 14
pascal@18786 15 # Rules to configure and make the package.
pascal@18786 16 compile_rules()
pascal@18786 17 {
pascal@18786 18 python setup.py build &&
pascal@18786 19 python setup.py install --root=$DESTDIR
pascal@18786 20 }
pascal@18786 21
pascal@18786 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@18786 23 genpkg_rules()
pascal@18786 24 {
pascal@18786 25 cp -a $install/usr $fs
pascal@18786 26 }