SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "imapbox"

# SliTaz package receipt.

PACKAGE="imapbox"
GITHASH="c7265e34b03ee41963aad243055a5508c9e88fc9"
VERSION=${GITHASH:0:7}
CATEGORY="network"
SHORT_DESC="Dump imap inbox in a backupable format: html, json and attachements"
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="MIT"
TARBALL="$PACKAGE-$VERSION.zip"
WEB_SITE="https://github.com/polo2ro/imapbox"
WGET_URL="https://codeload.github.com/polo2ro/imapbox/zip/$GITHASH"

DEPENDS="python-chardet python-six"
SUGGESTED="python-pdfkit"

# What is the latest version available today?
current_version()
{
    wget -O - $WEB_SITE/commits/master 2>/dev/null | \
    sed '/commits_list_item/!d;s|.*commits/\(.......\).*|\1|;q'
}

# Rules to configure and make the package.
compile_rules()
{
    patch -p1 < $stuff/slitaz.patch
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share/imapbox
    cp $src/* $fs/usr/share/imapbox
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)