liberror-perl: add version 0.17016
authorRoman I Khimov <khimov@altell.ru>
Tue, 9 Mar 2010 10:54:20 +0000 (13:54 +0300)
committerRoman I Khimov <khimov@altell.ru>
Tue, 23 Mar 2010 21:45:30 +0000 (00:45 +0300)
 * add dependencies as listed on CPAN.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
recipes/perl/liberror-perl_0.17016.bb [new file with mode: 0644]

diff --git a/recipes/perl/liberror-perl_0.17016.bb b/recipes/perl/liberror-perl_0.17016.bb
new file mode 100644 (file)
index 0000000..5b302cc
--- /dev/null
@@ -0,0 +1,21 @@
+DESCRIPTION = "Error - Error/exception handling in an OO-ish way"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+RDEPENDS_${PN} = " \
+        perl-module-scalar-util \
+        perl-module-warnings \
+        "
+
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-${PV}.tar.gz;name=error-perl-${PV}"
+SRC_URI[error-perl-0.17016.md5sum] = "eedcd3c6970568dd32092b5334328eff"
+SRC_URI[error-perl-0.17016.sha256sum] = "f013a33ce33f324d6ff73ca074f34aa13f04bcec11e7f91c820c2e7b5e1979aa"
+
+S = "${WORKDIR}/Error-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND="native"
+
+PACKAGE_ARCH = "all"