wok view offlineimap/receipt @ rev 3933

mirror-tools: rename /etc/tazwok.conf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 20 13:35:04 2009 +0200 (2009-08-20)
parents 2d175ca8550b
children 6ec17b55b59a
line source
1 # SliTaz package receipt.
3 PACKAGE="offlineimap"
4 VERSION="6.0.3"
5 CATEGORY="network"
6 SHORT_DESC="IMAP/Maildir synchronization and reader support"
7 MAINTAINER="taziden@slitaz.org"
8 DEPENDS="python"
9 BUILD_DEPENDS="python-dev"
10 TARBALL="offlineimap_$VERSION.tar.gz"
11 WEB_SITE="http://software.complete.org/software/projects/show/offlineimap/"
12 WGET_URL="http://software.complete.org/software/attachments/download/334/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd offlineimap/
18 python setup.py install --root=$PWD/_pkg
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/etc $fs/usr $fs/usr/share/applications
25 cp -a $PACKAGE/offlineimap.conf* $fs/etc
26 cp -a $PACKAGE/_pkg/usr/bin $fs/usr
27 cp -a $PACKAGE/_pkg/usr/lib $fs/usr
28 cp -a $WOK/$PACKAGE/stuff/* $fs/usr/share/applications
29 }