blob: 87a8a37a5e2995a2c393ce173f172e1e08622b78 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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"
SRC_URI = "${DEBIAN_MIRROR}/main/o//offlineimap/offlineimap_${PV}.tar.gz"
S = "${WORKDIR}/offlineimap"
inherit distutils
|