wok-next rev 21678
updated getmail (4.41.0 -> 5.14)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 29 13:44:08 2020 +0100 (2020-06-29) |
parents | 5675a04711b2 |
children | 325d9da9bb3e |
files | getmail/receipt |
line diff
1.1 --- a/getmail/receipt Mon Jun 29 11:11:43 2020 +0100 1.2 +++ b/getmail/receipt Mon Jun 29 13:44:08 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt v2. 1.5 1.6 PACKAGE="getmail" 1.7 -VERSION="4.41.0" 1.8 +VERSION="5.14" 1.9 CATEGORY="network" 1.10 SHORT_DESC="A simple mail retrieval agent intended as a replacement for fetchmail" 1.11 MAINTAINER="claudinei@slitaz.org" 1.12 @@ -13,12 +13,14 @@ 1.13 1.14 BUILD_DEPENDS="python-dev" 1.15 1.16 -compile_rules() { 1.17 +compile_rules() 1.18 +{ 1.19 python -B setup.py build && 1.20 python -B setup.py install --root=$install 1.21 } 1.22 1.23 -genpkg_rules() { 1.24 +genpkg_rules() 1.25 +{ 1.26 copy @std 1.27 DEPENDS="python" 1.28 }