wok-next diff getmail/receipt @ rev 21622

updated elfkickers (3.0 -> 3.1a)
author Hans-G?nter Theisgen
date Thu Jun 25 14:35:46 2020 +0100 (2020-06-25)
parents 29ae397b760a
children eda08384a06b
line diff
     1.1 --- a/getmail/receipt	Tue May 01 14:16:10 2018 +0300
     1.2 +++ b/getmail/receipt	Thu Jun 25 14:35:46 2020 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="A simple mail retrieval agent intended as a replacement for fetchmail"
     1.5  MAINTAINER="claudinei@slitaz.org"
     1.6  LICENSE="GPL2"
     1.7 -WEB_SITE="http://pyropus.ca/software/getmail"
     1.8 +WEB_SITE="http://pyropus.ca/software/getmail/"
     1.9  
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WGET_URL="$WEB_SITE/old-versions/$TARBALL"
    1.12 @@ -14,8 +14,8 @@
    1.13  BUILD_DEPENDS="python-dev"
    1.14  
    1.15  compile_rules() {
    1.16 -	python setup.py build &&
    1.17 -	python setup.py install --root=$DESTDIR
    1.18 +	python -B setup.py build &&
    1.19 +	python -B setup.py install --root=$install
    1.20  }
    1.21  
    1.22  genpkg_rules() {