From 2fd0a947097bdb3fe839af4a43aeaf4e0861b4a8 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 12 Sep 2010 10:19:54 +0200 Subject: liblist-moreutils-perl_0.22.bb: new recipe Signed-off-by: Frans Meulenbroeks --- recipes/perl/liblist-moreutils-perl_0.22.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes/perl/liblist-moreutils-perl_0.22.bb (limited to 'recipes/perl') diff --git a/recipes/perl/liblist-moreutils-perl_0.22.bb b/recipes/perl/liblist-moreutils-perl_0.22.bb new file mode 100644 index 0000000000..352ae4344d --- /dev/null +++ b/recipes/perl/liblist-moreutils-perl_0.22.bb @@ -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" -- cgit 1.2.3-korg