increase dvbapp PR
[vuplus_openembedded] / recipes / fetchmail / fetchmail_6.3.8.bb
1 DESCRIPTION = "Fetchmail is a free, full-featured, robust, \
2 well-documented remote-mail retrieval and forwarding utility \
3 intended to be used over on-demand TCP/IP links \
4 (such as SLIP or PPP connections)."
5 SECTION = "console/network"
6
7 LICENSE = "GPL"
8
9 PR = "r2"
10
11 SRC_URI = "${DEBIAN_MIRROR}/main/f/${PN}/${PN}_${PV}.orig.tar.gz \
12            file://CVE-2007-4565.patch;patch=1 \
13            "
14
15 inherit autotools gettext
16
17 FILES_${PN} = "${bindir}/fetchmail"
18 PACKAGES += "${PN}conf"
19 FILES_${PN}conf = "${libdir}/python2.5/site-packages/fetchmailconf.py* ${bindir}/fetchmailconf"
20 rdepends_${PN}conf = "${PN}"