diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-02-20 10:50:46 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-20 10:50:46 +0000 |
commit | bb16ee90c7dfc0cdfd1cd29507467edf3a5be32d (patch) | |
tree | 9d759cdc4f039ab3fb1c8c53bb3c95a803a7cfae /packages | |
parent | eadea0d08eff83301e8dadf3a46fe493aa7894aa (diff) | |
parent | d20dfc275d58640efd4a48fd0d5df9947b948669 (diff) |
merge of 1b17d5ea0903d185ff79427f6672db4ae5d2bb71
and eb1daf075f0b4e388a5f746d0c17cef007acb4aa
Diffstat (limited to 'packages')
-rw-r--r-- | packages/offlineimap/offlineimap_4.0.11.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/offlineimap/offlineimap_4.0.11.bb b/packages/offlineimap/offlineimap_4.0.11.bb new file mode 100644 index 0000000000..80c3187419 --- /dev/null +++ b/packages/offlineimap/offlineimap_4.0.11.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "OfflineIMAP is a tool to simplify your e-mail reading." +HOMEPAGE = "http://gopher.quux.org:70/devel/offlineimap" +LICENSE = "GPL" +MAINTAINER = "Chris Larson <kergoth@handhelds.org>" +SECTION = "console/network" +LICENSE = "GPL PSF" +RDEPENDS = "python-re python-netclient python-lang \ + python-threading python-stringold python-crypt python-mailbox" + +SRC_URI = "${DEBIAN_MIRROR}/main/o//offlineimap/offlineimap_${PV}.tar.gz" +S = "${WORKDIR}/offlineimap" + +inherit distutils + +do_install_append() { + sed -i -e 's|#!.*/python|#!${bindir}/python|' ${D}${bindir}/offlineimap +} |