aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libwww-perl_5.808.bb
blob: 886b5b7e7deec9a951f38b8ce4e3a127d01260b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 = "r3"

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
}

BBCLASSEXTEND="native"