wok view imapbackup/receipt @ rev 23840

Up libsdl2-image (2.0.5), radare2 (4.4.0), screen (4.8.0), sleuthkit (4.9.0), thunderbird-bin (68.9.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 04 16:22:12 2020 +0000 (2020-06-04)
parents
children d8c511e24c20
line source
1 # SliTaz package receipt.
3 PACKAGE="imapbackup"
4 VERSION="20181228"
5 GITHASH=c0328cb4d6f854e61222510bec70fa44c95d6982
6 CATEGORY="network"
7 SHORT_DESC="Incremental backups of IMAP mailboxes"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="MIT"
10 TARBALL="$PACKAGE-$VERSION.zip"
11 WEB_SITE="https://taoofmac.com/space/projects/imapbackup"
12 WGET_URL="https://github.com/rcarmo/imapbackup/archive/$GITHASH.zip"
13 TAGS="imap backup"
15 DEPENDS="python"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/bin $install/usr/share/doc
21 cp $src/README.md $install/usr/share/doc
22 cp $src/imapbackup.py $fs/usr/bin/imapbackup
23 chmod +x $fs/usr/bin/imapbackup
24 }