wok-current diff openerp-client-etl/receipt @ rev 24141
linux: add r8188eu.ko
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Nov 14 20:30:13 2021 +0000 (2021-11-14) |
parents | |
children | 104a2a2e5484 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/openerp-client-etl/receipt Sun Nov 14 20:30:13 2021 +0000 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 +}