wok-next view offlineimap/receipt @ rev 21661

updated fonttosfnt (1.0.5 -> 1.1.0)
author Hans-G?nter Theisgen
date Sat Jun 27 13:41:53 2020 +0100 (2020-06-27)
parents d5aab818505e
children
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="https://github.com/jgoerzen/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 }