netboot-launcher-efl: Bump version to 0.2.2 and fix download link.
[openembedded.git] / recipes / perl / libwww-perl_5.834.bb
1 DESCRIPTION = "libwww-perl provides a simple and consistent API to the World Wide Web"
2 SECTION = "libs"
3 LICENSE = "Artistic|GPL"
4 DEPENDS = "liburi-perl-native libhtml-parser-perl-native libhtml-tagset-perl-native"
5 RDEPENDS_${PN} += " \
6         libhtml-parser-perl \
7         libhtml-tagset-perl \
8         liburi-perl \
9         perl-module-digest-md5 \
10         perl-module-net-ftp \
11         "
12 BBCLASSEXTEND = "native"
13
14 PR = "r0"
15
16 SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/libwww-perl-${PV}.tar.gz;name=libwww-perl-${PV}"
17 SRC_URI[libwww-perl-5.834.md5sum] = "f2ed8a461f76556c9caed9087f47c86c"
18 SRC_URI[libwww-perl-5.834.sha256sum] = "1a50eb91d1deeca3be10982e129e786809ad6f0f8049b156e91e889e5a7288ff"
19
20 S = "${WORKDIR}/libwww-perl-${PV}"
21
22 inherit cpan
23
24 PACKAGE_ARCH = "all"