# HG changeset patch # User Hans-G?nter Theisgen # Date 1593434648 -3600 # Node ID eda08384a06b9c9f35f38a22c5afe6808633f586 # Parent 5675a04711b206fd06ee9ea557a529c3aa910cbe updated getmail (4.41.0 -> 5.14) diff -r 5675a04711b2 -r eda08384a06b getmail/receipt --- a/getmail/receipt Mon Jun 29 11:11:43 2020 +0100 +++ b/getmail/receipt Mon Jun 29 13:44:08 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt v2. PACKAGE="getmail" -VERSION="4.41.0" +VERSION="5.14" CATEGORY="network" SHORT_DESC="A simple mail retrieval agent intended as a replacement for fetchmail" MAINTAINER="claudinei@slitaz.org" @@ -13,12 +13,14 @@ BUILD_DEPENDS="python-dev" -compile_rules() { +compile_rules() +{ python -B setup.py build && python -B setup.py install --root=$install } -genpkg_rules() { +genpkg_rules() +{ copy @std DEPENDS="python" }