aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libwww-perl_5.808.bb
blob: 2bc9b76f9b687a31c437901deafd7b4ca23c92e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
}