Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-devtools / perl / libwww-perl_6.05.bb
1
2 DESCRIPTION = "libwww-perl provides a simple and consistent API to the World Wide Web"
3 HOMEPAGE = "http://search.cpan.org/dist/libwww-perl/"
4 SECTION = "libs"
5 LICENSE = "Artistic-1.0 | GPL-1.0+"
6 LIC_FILES_CHKSUM = "file://README;beginline=92;endline=98;md5=3da13bc02f8f17ed35ac5d192cae6fe4"
7 DEPENDS = "liburi-perl-native libhtml-parser-perl-native libhtml-tagset-perl-native"
8 RDEPENDS_${PN} += " \
9         libhtml-parser-perl \
10         libhtml-tagset-perl \
11         liburi-perl \
12         perl-module-digest-md5 \
13         perl-module-net-ftp \
14         "
15 BBCLASSEXTEND = "native"
16
17
18 SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/libwww-perl-${PV}.tar.gz;name=libwww-perl-${PV}"
19 SRC_URI[libwww-perl-6.05.md5sum] = "637d5f1eb61336ca2caa6e026b382f87"
20 SRC_URI[libwww-perl-6.05.sha256sum] = "7b25799ff7eec18e8e4e97dc0cad7b2a5b433b50b13feb59d9179173bee78f23"
21
22 S = "${WORKDIR}/libwww-perl-${PV}"
23
24 inherit cpan
25