wok annotate offlineimap/receipt @ rev 23287

updated perl-animation (2.4 -> 2.6)
author Hans-G?nter Theisgen
date Sun Mar 29 14:54:06 2020 +0100 (2020-03-29)
parents 16df76e1fc6a
children d7522d21c4d3
rev   line source
taziden@3448 1 # SliTaz package receipt.
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"
taziden@3448 9 TARBALL="offlineimap_$VERSION.tar.gz"
pascal@22053 10 WEB_SITE="https://www.offlineimap.org/"
pascal@9207 11 WGET_URL="http://mirror.slitaz.org/sources/packages/${TARBALL:0:1}/$TARBALL"
jozee@4970 12 TAGS="email imap"
taziden@3448 13
pascal@15590 14 DEPENDS="python"
pascal@15590 15 BUILD_DEPENDS="python-dev"
pascal@15590 16
taziden@3448 17 # Rules to configure and make the package.
taziden@3448 18 compile_rules()
taziden@3448 19 {
al@18077 20 mkdir -p $DESTDIR/etc
al@18077 21 cp offlineimap.conf* $DESTDIR/etc
al@18077 22 python setup.py install --root=$DESTDIR
taziden@3448 23 }
taziden@3448 24
taziden@3448 25 # Rules to gen a SliTaz package suitable for Tazpkg.
taziden@3448 26 genpkg_rules()
taziden@3448 27 {
al@18077 28 mkdir -p $fs/usr/share/applications
al@18077 29 cp -a $install/etc $fs
al@18077 30 cp -a $install/usr/bin $fs/usr
al@18077 31 cp -a $install/usr/lib $fs/usr
al@18077 32 cp -a $stuff/* $fs/usr/share/applications
taziden@3448 33 }