wok-next diff getmail/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line diff
     1.1 --- a/getmail/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/getmail/receipt	Sat Nov 21 14:32:44 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  }