aboutsummaryrefslogtreecommitdiffstats
path: root/packages/perl
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-05-11 09:02:45 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-05-11 09:02:45 +0000
commit98e3d2d3b4bbbd17dd5417ad47a44277e9613bfd (patch)
treea92de8e323687f1ee991c664e3e934d10277647e /packages/perl
parent10c7149170c9123592c43909c3443b58ff71d372 (diff)
downloadopenembedded-98e3d2d3b4bbbd17dd5417ad47a44277e9613bfd.tar.gz
liburi-perl: added 1.35 (needed by exo, only native one tested)
Diffstat (limited to 'packages/perl')
-rw-r--r--packages/perl/liburi-perl-native_1.35.bb2
-rw-r--r--packages/perl/liburi-perl_1.35.bb10
2 files changed, 12 insertions, 0 deletions
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