wok-6.x rev 24594
updated getmail (5.14 -> 5.16)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 01 15:05:47 2022 +0100 (2022-03-01) |
parents | 633a990fb38c |
children | a1df341077ba |
files | getmail/description.txt getmail/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/getmail/description.txt Tue Mar 01 15:05:47 2022 +0100 1.3 @@ -0,0 +1,5 @@ 1.4 +Getmail is a mail retriever designed to allow you to get your mail 1.5 +from one or more mail accounts on various mail servers to your 1.6 +local machine for reading with a minimum of fuss. 1.7 +Getmail is designed to be secure, flexible, reliable, and easy-to-use. 1.8 +Getmail is designed to replace other mail retrievers such as fetchmail.
2.1 --- a/getmail/receipt Tue Mar 01 13:55:15 2022 +0100 2.2 +++ b/getmail/receipt Tue Mar 01 15:05:47 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="getmail" 2.7 -VERSION="5.14" 2.8 +VERSION="5.16" 2.9 CATEGORY="network" 2.10 SHORT_DESC="A simple mail retrieval agent intended as a replacement for fetchmail." 2.11 MAINTAINER="claudinei@slitaz.org" 2.12 @@ -31,9 +31,6 @@ 2.13 # Rules to gen a SliTaz package suitable for Tazpkg. 2.14 genpkg_rules() 2.15 { 2.16 - mkdir -p $fs/usr/share 2.17 - 2.18 - cp -a $install/usr/bin $fs/usr 2.19 - cp -a $install/usr/lib $fs/usr 2.20 - cp -a $install/usr/share/doc $fs/usr/share 2.21 + cook_copy_folders bin 2.22 + cook_copy_folders lib 2.23 }