From: Marcin Juszkiewicz Date: Fri, 11 May 2007 09:02:45 +0000 (+0000) Subject: liburi-perl: added 1.35 (needed by exo, only native one tested) X-Git-Tag: Release-2010-05/1~8868^2~558^2~1^2^2^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98e3d2d3b4bbbd17dd5417ad47a44277e9613bfd;p=openembedded.git liburi-perl: added 1.35 (needed by exo, only native one tested) --- diff --git a/packages/perl/liburi-perl-native_1.35.bb b/packages/perl/liburi-perl-native_1.35.bb new file mode 100644 index 0000000000..3cb7197d97 --- /dev/null +++ b/packages/perl/liburi-perl-native_1.35.bb @@ -0,0 +1,2 @@ +inherit native +require liburi-perl_${PV}.bb diff --git a/packages/perl/liburi-perl_1.35.bb b/packages/perl/liburi-perl_1.35.bb new file mode 100644 index 0000000000..c62de2c0fa --- /dev/null +++ b/packages/perl/liburi-perl_1.35.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Manipulates and accesses URI strings" +SECTION = "libs" +LICENSE = "Artistic|GPL" +#RDEPENDS += " libmime-base64-perl libnet-perl" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/URI-${PV}.tar.gz" + +S = "${WORKDIR}/URI-${PV}" + +inherit cpan