nbd: Recipe for 2.9.11
[openembedded/mini2440.git] / recipes / perl / libwww-perl_5.808.bb
blob2bc9b76f9b687a31c437901deafd7b4ca23c92e7
1 DESCRIPTION = "libwww-perl provides a simple and consistent API to the World Wide Web"
2 SECTION = "libs"
3 LICENSE = "Artistic"
4 DEPENDS = "liburi-perl-native"
5 RDEPENDS = "liburi-perl"
6 PR = "r2"
8 SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/libwww-perl-${PV}.tar.gz"
10 S = "${WORKDIR}/libwww-perl-${PV}"
12 inherit cpan
14 do_configure_append() {
15 sed -i -e "s|PERL_ARCHLIB = /usr/lib/perl/5.8|PERL_ARCHLIB = ${STAGING_LIBDIR_NATIVE}/perl/5.8.8|" Makefile