diff options
Diffstat (limited to 'recipes/perl/libwww-perl_5.808.bb')
-rw-r--r-- | recipes/perl/libwww-perl_5.808.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/perl/libwww-perl_5.808.bb b/recipes/perl/libwww-perl_5.808.bb new file mode 100644 index 0000000000..2bc9b76f9b --- /dev/null +++ b/recipes/perl/libwww-perl_5.808.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "libwww-perl provides a simple and consistent API to the World Wide Web" +SECTION = "libs" +LICENSE = "Artistic" +DEPENDS = "liburi-perl-native" +RDEPENDS = "liburi-perl" +PR = "r2" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/libwww-perl-${PV}.tar.gz" + +S = "${WORKDIR}/libwww-perl-${PV}" + +inherit cpan + +do_configure_append() { + sed -i -e "s|PERL_ARCHLIB = /usr/lib/perl/5.8|PERL_ARCHLIB = ${STAGING_LIBDIR_NATIVE}/perl/5.8.8|" Makefile +} |