liblist-moreutils-perl_0.22.bb: new recipe
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sun, 12 Sep 2010 08:19:54 +0000 (10:19 +0200)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sun, 12 Sep 2010 11:31:05 +0000 (13:31 +0200)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/perl/liblist-moreutils-perl_0.22.bb [new file with mode: 0644]

diff --git a/recipes/perl/liblist-moreutils-perl_0.22.bb b/recipes/perl/liblist-moreutils-perl_0.22.bb
new file mode 100644 (file)
index 0000000..352ae43
--- /dev/null
@@ -0,0 +1,15 @@
+DESCRIPTION = "List::MoreUtils - Provide the stuff missing in List::Util"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+HOMEPAGE = "http://datetime.perl.org/"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/V/VP/VPARSEVAL/List-MoreUtils-${PV}.tar.gz"
+SRC_URI[md5sum] = "3a6ec506f40662ab1296c48c5eb72016"
+SRC_URI[sha256sum] = "b4948b26851d9d9ac611eb487ecb92815dc3c5ee64e414bc67211b48590f62b7"
+
+S = "${WORKDIR}/List-MoreUtils-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND="native"