wok-next diff getmail/receipt @ rev 21704
Fix syntax errors that hangs cook.slitaz.org/next
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Jul 05 10:54:27 2020 +0300 (2020-07-05) |
parents | d5aab818505e |
children |
line diff
1.1 --- a/getmail/receipt Fri Nov 02 14:15:08 2018 +0200 1.2 +++ b/getmail/receipt Sun Jul 05 10:54:27 2020 +0300 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 }