diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-16 08:47:22 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-16 08:47:22 +0000 |
commit | b2df4dfbc74b8573d7cb6a8ec9cd644d06ed80f6 (patch) | |
tree | 116fa43b1d51f0893e76433292ded5f8fa99dc50 /packages/offlineimap/offlineimap_4.0.14.bb | |
parent | 483e16e77a6f92d70994f4c8df996f1e0e2640cc (diff) |
offlineimap: updated to 4.0.14
Diffstat (limited to 'packages/offlineimap/offlineimap_4.0.14.bb')
-rw-r--r-- | packages/offlineimap/offlineimap_4.0.14.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/offlineimap/offlineimap_4.0.14.bb b/packages/offlineimap/offlineimap_4.0.14.bb new file mode 100644 index 0000000000..f60ed7271b --- /dev/null +++ b/packages/offlineimap/offlineimap_4.0.14.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "OfflineIMAP is a tool to simplify your e-mail reading." +HOMEPAGE = "http://gopher.quux.org:70/devel/offlineimap" +LICENSE = "GPL" +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 +} |