aboutsummaryrefslogtreecommitdiffstats
path: root/packages/offlineimap/offlineimap_4.0.11.bb
blob: 80c31874192cd01c18e24afcb55f988c8463699d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
}