diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-02 18:07:32 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-01-02 18:07:32 +0100 |
commit | 624e76067d3f349a84d4fe68d18dcc5d67493719 (patch) | |
tree | b124ef0e1776d56995d1a9c385fe3c33ce19653d /recipes/perl/liburi-perl_1.52.bb | |
parent | 0c7a5327eba1b3379f47e4b36feb82685088858c (diff) |
liburi-perl: moved to 1.52
Diffstat (limited to 'recipes/perl/liburi-perl_1.52.bb')
-rw-r--r-- | recipes/perl/liburi-perl_1.52.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/perl/liburi-perl_1.52.bb b/recipes/perl/liburi-perl_1.52.bb new file mode 100644 index 0000000000..e0674c670a --- /dev/null +++ b/recipes/perl/liburi-perl_1.52.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Manipulates and accesses URI strings" +SECTION = "libs" +LICENSE = "Artistic|GPL" +#RDEPENDS += " libmime-base64-perl libnet-perl" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/URI-${PV}.tar.gz" + +S = "${WORKDIR}/URI-${PV}" + +inherit cpan + +BBCLASSEXTEND="native" + +do_configure_append() { + sed -i -e "s|PERL_ARCHLIB = /usr/lib/perl/5.8|PERL_ARCHLIB = ${STAGING_LIBDIR_NATIVE}/perl/5.8.8|" Makefile +} |