wok-current diff imapbackup/receipt @ rev 24286
updated smartmontools (7.1 -> 7.2)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jan 13 13:50:28 2022 +0100 (2022-01-13) |
parents | |
children | d8c511e24c20 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/imapbackup/receipt Thu Jan 13 13:50:28 2022 +0100 1.3 @@ -0,0 +1,24 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="imapbackup" 1.7 +VERSION="20181228" 1.8 +GITHASH=c0328cb4d6f854e61222510bec70fa44c95d6982 1.9 +CATEGORY="network" 1.10 +SHORT_DESC="Incremental backups of IMAP mailboxes" 1.11 +MAINTAINER="pascal.bellard@slitaz.org" 1.12 +LICENSE="MIT" 1.13 +TARBALL="$PACKAGE-$VERSION.zip" 1.14 +WEB_SITE="https://taoofmac.com/space/projects/imapbackup" 1.15 +WGET_URL="https://github.com/rcarmo/imapbackup/archive/$GITHASH.zip" 1.16 +TAGS="imap backup" 1.17 + 1.18 +DEPENDS="python" 1.19 + 1.20 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.21 +genpkg_rules() 1.22 +{ 1.23 + mkdir -p $fs/usr/bin $install/usr/share/doc 1.24 + cp $src/README.md $install/usr/share/doc 1.25 + cp $src/imapbackup.py $fs/usr/bin/imapbackup 1.26 + chmod +x $fs/usr/bin/imapbackup 1.27 +}