wok-next view offlineimap/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents d43bf7aae921
children 5ffe59e2de3a
line source
1 # SliTaz package receipt v2.
3 PACKAGE="offlineimap"
4 VERSION="6.0.3"
5 CATEGORY="network"
6 SHORT_DESC="IMAP/Maildir synchronization and reader support"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://software.complete.org/software/projects/show/offlineimap/"
11 TARBALL="offlineimap_$VERSION.tar.gz"
12 WGET_URL="http://mirror.slitaz.org/sources/packages/${TARBALL:0:1}/$TARBALL"
14 BUILD_DEPENDS="python-dev"
16 compile_rules() {
17 mkdir -p $install/etc
18 cp offlineimap.conf* $install/etc
20 python -B setup.py install --root=$install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="python"
26 TAGS="email imap"
27 }