wok rev 3448

Add offineimap
author Julien Rabier <taziden@slitaz.org>
date Sun Jun 14 23:40:53 2009 +0000 (2009-06-14)
parents ef3739944bb7
children d04f9b6a1136
files offlineimap/receipt offlineimap/stuff/offlineimap.desktop
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/offlineimap/receipt	Sun Jun 14 23:40:53 2009 +0000
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="offlineimap"
     1.7 +VERSION="6.0.3"
     1.8 +CATEGORY="network"
     1.9 +SHORT_DESC="IMAP/Maildir synchronization and reader support"
    1.10 +MAINTAINER="taziden@slitaz.org"
    1.11 +DEPENDS="python"
    1.12 +BUILD_DEPENDS="python-dev"
    1.13 +TARBALL="offlineimap_$VERSION.tar.gz"
    1.14 +WEB_SITE="http://software.complete.org/software/projects/show/offlineimap/"
    1.15 +WGET_URL="http://software.complete.org/software/attachments/download/334/$TARBALL"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 + cd offlineimap/
    1.21 + python setup.py install --root=$PWD/_pkg
    1.22 +}
    1.23 +
    1.24 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.25 +genpkg_rules()
    1.26 +{
    1.27 + mkdir -p $fs/usr $fs/usr/share/applications
    1.28 + cp -a $PACKAGE/_pkg/usr/bin $fs/usr
    1.29 + cp -a $PACKAGE/_pkg/usr/lib $fs/usr
    1.30 + cp -a $WOK/$PACKAGE/stuff/* $fs/usr/share/applications 
    1.31 +}
    1.32 +
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/offlineimap/stuff/offlineimap.desktop	Sun Jun 14 23:40:53 2009 +0000
     2.3 @@ -0,0 +1,9 @@
     2.4 +[Desktop Entry]
     2.5 +Icon=other.png
     2.6 +Name=OfflineImap 
     2.7 +Comment=IMAP/Maildir synchronization and reader support
     2.8 +Exec=xterm -e offlineimap
     2.9 +Terminal=true
    2.10 +Type=Application
    2.11 +Categories=Network;Utility;ConsoleOnly;
    2.12 +StartupNotify=true