wok-next annotate offlineimap/receipt @ rev 20513
A lot of tiny edits; remove wget and pkg-build from $BUILD_DEPENDS and from *-dev packages $DEPENDS.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Mar 21 15:58:17 2018 +0200 (2018-03-21) |
parents | 16df76e1fc6a |
children | d5aab818505e |
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" |
taziden@3448 | 7 MAINTAINER="taziden@slitaz.org" |
pascal@15590 | 8 LICENSE="GPL2" |
al@20513 | 9 WEB_SITE="http://software.complete.org/software/projects/show/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@18077 | 17 mkdir -p $DESTDIR/etc |
al@18077 | 18 cp offlineimap.conf* $DESTDIR/etc |
al@18077 | 19 python setup.py install --root=$DESTDIR |
taziden@3448 | 20 } |
taziden@3448 | 21 |
al@20513 | 22 genpkg_rules() { |
al@20513 | 23 copy @std |
al@20513 | 24 DEPENDS="python" |
al@20513 | 25 TAGS="email imap" |
taziden@3448 | 26 } |