# HG changeset patch # User Hans-G?nter Theisgen # Date 1646143547 -3600 # Node ID da2fa84d09f5361ca367c0a8815387b3304c4816 # Parent 633a990fb38c439f069e14b6fbb79febcec2da32 updated getmail (5.14 -> 5.16) diff -r 633a990fb38c -r da2fa84d09f5 getmail/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/getmail/description.txt Tue Mar 01 15:05:47 2022 +0100 @@ -0,0 +1,5 @@ +Getmail is a mail retriever designed to allow you to get your mail +from one or more mail accounts on various mail servers to your +local machine for reading with a minimum of fuss. +Getmail is designed to be secure, flexible, reliable, and easy-to-use. +Getmail is designed to replace other mail retrievers such as fetchmail. diff -r 633a990fb38c -r da2fa84d09f5 getmail/receipt --- a/getmail/receipt Tue Mar 01 13:55:15 2022 +0100 +++ b/getmail/receipt Tue Mar 01 15:05:47 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="getmail" -VERSION="5.14" +VERSION="5.16" CATEGORY="network" SHORT_DESC="A simple mail retrieval agent intended as a replacement for fetchmail." MAINTAINER="claudinei@slitaz.org" @@ -31,9 +31,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/share - - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib $fs/usr - cp -a $install/usr/share/doc $fs/usr/share + cook_copy_folders bin + cook_copy_folders lib }