wok-next diff fetchmail/receipt @ rev 19057
Add time.is.desktop, update/shrink icons
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Apr 21 01:19:33 2016 +0300 (2016-04-21) |
parents | 7896f0694ef6 |
children | 67e8d6b33992 |
line diff
1.1 --- a/fetchmail/receipt Sat Aug 10 21:12:16 2013 +0000 1.2 +++ b/fetchmail/receipt Thu Apr 21 01:19:33 2016 +0300 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="fetchmail" 1.7 -VERSION="6.3.22" 1.8 +VERSION="6.3.26" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Mail retrieval and forwarding utility " 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -19,7 +19,7 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 - ./configure \ 1.17 + ./configure --with-ssl \ 1.18 $CONFIGURE_ARGS && 1.19 make && make DESTDIR=$DESTDIR install 1.20 }