wok view offlineimap/receipt @ rev 6705

Up: libsndfile to 1.0.23.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 13 22:01:19 2010 +0000 (2010-10-13)
parents d04f9b6a1136
children fbc9bad7411a
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"
13 TAGS="email imap"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd offlineimap/
19 python setup.py install --root=$PWD/_pkg
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/etc $fs/usr $fs/usr/share/applications
26 cp -a $PACKAGE/offlineimap.conf* $fs/etc
27 cp -a $PACKAGE/_pkg/usr/bin $fs/usr
28 cp -a $PACKAGE/_pkg/usr/lib $fs/usr
29 cp -a $WOK/$PACKAGE/stuff/* $fs/usr/share/applications
30 }