wok diff imapbox/receipt @ rev 23741

updated workerfm again (2.19.6 -> 4.1.0)
author Hans-G?nter Theisgen
date Fri May 01 11:25:13 2020 +0100 (2020-05-01)
parents
children 89c8d8b6cf48
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/imapbox/receipt	Fri May 01 11:25:13 2020 +0100
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="imapbox"
     1.7 +GITHASH="c7265e34b03ee41963aad243055a5508c9e88fc9"
     1.8 +VERSION=${GITHASH:0:7}
     1.9 +CATEGORY="network"
    1.10 +SHORT_DESC="Dump imap inbox in a backupable format: html, json and attachements"
    1.11 +MAINTAINER="pascal.bellard@slitaz.org"
    1.12 +LICENSE="MIT"
    1.13 +TARBALL="$PACKAGE-$VERSION.zip"
    1.14 +WEB_SITE="https://github.com/polo2ro/imapbox"
    1.15 +WGET_URL="https://codeload.github.com/polo2ro/imapbox/zip/$GITHASH"
    1.16 +
    1.17 +DEPENDS="python-chardet python-six"
    1.18 +SUGGESTED="python-pdfkit"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	patch -p1 < $stuff/slitaz.patch
    1.24 +}
    1.25 +
    1.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 +genpkg_rules()
    1.28 +{
    1.29 +	mkdir -p $fs/usr/share/imapbox
    1.30 +	cp $src/* $fs/usr/share/imapbox
    1.31 +}