aboutsummaryrefslogtreecommitdiffstats
path: root/packages/offlineimap
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2006-02-20 10:49:49 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-20 10:49:49 +0000
commitd20dfc275d58640efd4a48fd0d5df9947b948669 (patch)
tree11f328502a8c54d424d32369de3847c2824ce8a1 /packages/offlineimap
parentd36215f945b5a88a0cbc5cb3294b5fdef55f22d7 (diff)
downloadopenembedded-d20dfc275d58640efd4a48fd0d5df9947b948669.tar.gz
offlineimap_4.0.11.bb : add a new version with some proper dependecies
on the right python modules.
Diffstat (limited to 'packages/offlineimap')
-rw-r--r--packages/offlineimap/offlineimap_4.0.11.bb17
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
+}