wok-next diff getmail/receipt @ rev 21334
updated libvips again (7.42.3 -> 8.8.4)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Dec 12 17:38:41 2019 +0100 (2019-12-12) |
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 Dec 12 17:38:41 2019 +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() {