wok-6.x diff openerp-client-etl/receipt @ rev 24522

ettercap: added dependency libpanel
author Hans-G?nter Theisgen
date Tue Feb 22 15:52:03 2022 +0100 (2022-02-22)
parents c0cb4b7f2e21
children 59547e97954f
line diff
     1.1 --- a/openerp-client-etl/receipt	Mon Jan 04 15:45:31 2016 +0100
     1.2 +++ b/openerp-client-etl/receipt	Tue Feb 22 15:52:03 2022 +0100
     1.3 @@ -12,6 +12,13 @@
     1.4  DEPENDS="python wget"
     1.5  BUILD_DEPENDS="python-dev python"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - https://pypi.org/project/$PACKAGE/ 2>/dev/null | \
    1.11 +	sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||;q"
    1.12 +}
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {