wok view imapbox/receipt @ rev 21946

updated speex and speex-dev (1.2rc1 -> 1.2.0)
author Hans-G?nter Theisgen
date Tue Oct 08 15:37:59 2019 +0100 (2019-10-08)
parents
children 89c8d8b6cf48
line source
1 # SliTaz package receipt.
3 PACKAGE="imapbox"
4 GITHASH="c7265e34b03ee41963aad243055a5508c9e88fc9"
5 VERSION=${GITHASH:0:7}
6 CATEGORY="network"
7 SHORT_DESC="Dump imap inbox in a backupable format: html, json and attachements"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="MIT"
10 TARBALL="$PACKAGE-$VERSION.zip"
11 WEB_SITE="https://github.com/polo2ro/imapbox"
12 WGET_URL="https://codeload.github.com/polo2ro/imapbox/zip/$GITHASH"
14 DEPENDS="python-chardet python-six"
15 SUGGESTED="python-pdfkit"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 patch -p1 < $stuff/slitaz.patch
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/share/imapbox
27 cp $src/* $fs/usr/share/imapbox
28 }