wok rev 18786

Add openerp-client-etl
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 04 15:45:31 2016 +0100 (2016-01-04)
parents 8df06efd506d
children dfbb5425d6ac
files openerp-client-etl/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/openerp-client-etl/receipt	Mon Jan 04 15:45:31 2016 +0100
     1.3 @@ -0,0 +1,26 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="openerp-client-etl"
     1.7 +VERSION="1.1.1"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Allows to extract, transform and load data from any data source."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 +WEB_SITE="https://pypi.python.org/pypi/openerp-client-etl"
    1.13 +WGET_URL="https://pypi.python.org/packages/source/o/$PACKAGE/$TARBALL"
    1.14 +
    1.15 +DEPENDS="python wget"
    1.16 +BUILD_DEPENDS="python-dev python"
    1.17 +
    1.18 +# Rules to configure and make the package.
    1.19 +compile_rules()
    1.20 +{
    1.21 +	python setup.py build &&
    1.22 +	python setup.py install --root=$DESTDIR
    1.23 +}
    1.24 +
    1.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 +genpkg_rules()
    1.27 +{
    1.28 +	cp -a $install/usr $fs
    1.29 +}