diff options
author | Matthias Hentges <oe@hentges.net> | 2004-09-29 15:10:37 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2004-09-29 15:10:37 +0000 |
commit | 6a4043e6d36d241ada95003c9014264a4c998c00 (patch) | |
tree | 91313cceeaee632a39afac542121c444e93d9129 /offlineimap | |
parent | 2559b746a63dac206bf8ea670e8acecd8a46e806 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into mhcln01.hentges.local:/home/mhentges/OpenEmbedded/packages
2004/09/29 16:41:23+02:00 mn-logistik.de!schurig
fix some INHERIT += "oelint" warnings
BKrev: 415ad06dOGp0_TI_vyRVCWHZOjrasg
Diffstat (limited to 'offlineimap')
-rw-r--r-- | offlineimap/offlineimap_4.0.3.oe | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/offlineimap/offlineimap_4.0.3.oe b/offlineimap/offlineimap_4.0.3.oe index e69de29bb2..e9ea45f59e 100644 --- a/offlineimap/offlineimap_4.0.3.oe +++ b/offlineimap/offlineimap_4.0.3.oe @@ -0,0 +1,11 @@ +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 = "net" +LICENSE = "GPL PSF" + +SRC_URI = "http://gopher.quux.org:70/devel/offlineimap/offlineimap_${PV}.tar.gz" +S = "${WORKDIR}/offlineimap" + +inherit distutils |