wok-next annotate offlineimap/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents d5aab818505e
children
rev   line source
al@20513 1 # SliTaz package receipt v2.
taziden@3448 2
taziden@3448 3 PACKAGE="offlineimap"
taziden@3448 4 VERSION="6.0.3"
taziden@3448 5 CATEGORY="network"
taziden@3448 6 SHORT_DESC="IMAP/Maildir synchronization and reader support"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15590 8 LICENSE="GPL2"
al@21032 9 WEB_SITE="https://github.com/jgoerzen/offlineimap"
al@20513 10
taziden@3448 11 TARBALL="offlineimap_$VERSION.tar.gz"
pascal@9207 12 WGET_URL="http://mirror.slitaz.org/sources/packages/${TARBALL:0:1}/$TARBALL"
taziden@3448 13
pascal@15590 14 BUILD_DEPENDS="python-dev"
pascal@15590 15
al@20513 16 compile_rules() {
al@21020 17 mkdir -p $install/etc
al@21020 18 cp offlineimap.conf* $install/etc
al@21020 19
al@21020 20 python -B setup.py install --root=$install
taziden@3448 21 }
taziden@3448 22
al@20513 23 genpkg_rules() {
al@20513 24 copy @std
al@20513 25 DEPENDS="python"
al@20513 26 TAGS="email imap"
taziden@3448 27 }