From 23e62756902c2739fdd4ffb628c4cea98f72aaa8 Mon Sep 17 00:00:00 2001 From: Roman I Khimov Date: Thu, 18 Mar 2010 18:07:38 +0300 Subject: libwww-perl: update to version 5.834 Add more dependencies along the way, fix PACKAGE_ARCH. Signed-off-by: Roman I Khimov --- recipes/perl/libwww-perl_5.834.bb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 recipes/perl/libwww-perl_5.834.bb (limited to 'recipes/perl/libwww-perl_5.834.bb') diff --git a/recipes/perl/libwww-perl_5.834.bb b/recipes/perl/libwww-perl_5.834.bb new file mode 100644 index 0000000000..784a0c9c29 --- /dev/null +++ b/recipes/perl/libwww-perl_5.834.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "libwww-perl provides a simple and consistent API to the World Wide Web" +SECTION = "libs" +LICENSE = "Artistic|GPL" +DEPENDS = "liburi-perl-native libhtml-parser-perl-native libhtml-tagset-perl-native" +RDEPENDS_${PN} += " \ + libhtml-parser-perl \ + libhtml-tagset-perl \ + liburi-perl \ + perl-module-digest-md5 \ + perl-module-net-ftp \ + " +BBCLASSEXTEND = "native" + +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/libwww-perl-${PV}.tar.gz;name=libwww-perl-${PV}" +SRC_URI[libwww-perl-5.834.md5sum] = "f2ed8a461f76556c9caed9087f47c86c" +SRC_URI[libwww-perl-5.834.sha256sum] = "1a50eb91d1deeca3be10982e129e786809ad6f0f8049b156e91e889e5a7288ff" + +S = "${WORKDIR}/libwww-perl-${PV}" + +inherit cpan + +PACKAGE_ARCH = "all" -- cgit 1.2.3-korg