wok-current diff python-erppeek/receipt @ rev 25185
mplayer: added dependency ffmpeg
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jul 12 09:50:00 2022 +0100 (2022-07-12) |
parents | e717a4953b0e |
children | 01119cbefbc3 |
line diff
1.1 --- a/python-erppeek/receipt Mon May 02 16:22:04 2022 +0000 1.2 +++ b/python-erppeek/receipt Tue Jul 12 09:50:00 2022 +0100 1.3 @@ -1,18 +1,20 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-erppeek" 1.7 -VERSION="1.6.3" 1.8 +VERSION="1.7.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Versatile tool for browsing Odoo / OpenERP data." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="BSD" 1.13 WEB_SITE="https://pypi.python.org/pypi/$SOURCE/$VERSION" 1.14 +REPOLOGY="python:erppeek" 1.15 + 1.16 SOURCE="ERPpeek" 1.17 TARBALL="$SOURCE-$VERSION.tar.gz" 1.18 WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.19 1.20 DEPENDS="python" 1.21 -BUILD_DEPENDS="wget python python-setuptools" 1.22 +BUILD_DEPENDS="python python-setuptools" 1.23 1.24 # What is the latest version available today? 1.25 current_version() 1.26 @@ -24,11 +26,15 @@ 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 { 1.30 - python setup.py install --prefix=/usr --root=$DESTDIR 1.31 + python setup.py \ 1.32 + install \ 1.33 + --prefix=/usr \ 1.34 + --root=$DESTDIR 1.35 } 1.36 1.37 # Rules to gen a SliTaz package suitable for Tazpkg. 1.38 genpkg_rules() 1.39 { 1.40 - cp -a $install/usr $fs/ 1.41 + cook_copy_folders bin 1.42 + cook_copy_folders lib 1.43 }