[oe-commits] Jan Lübbe : libexpect-perl: add recipe

git version control git at git.openembedded.org
Fri Sep 18 08:05:28 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6063eff6c64831b2e9834d505b641342d7b292d8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6063eff6c64831b2e9834d505b641342d7b292d8

Author: Jan Lübbe <jluebbe at debian.org>
Date:   Thu Sep 10 13:52:28 2009 +0000

libexpect-perl: add recipe

---

 conf/checksums.ini                  |    4 ++++
 recipes/perl/libexpect-perl_1.20.bb |   10 ++++++++++
 2 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index af76b07..09e4796 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -294,6 +294,10 @@ sha256=f464f0068772c276b81a7345f6788bdc3a243c13de24563346043d049a5497ba
 md5=560b42c0cf8b795bdc793459edb7ec13
 sha256=9ad5a063bac80f3e77a179c91b7ea4490181640c8c1893292fdc6f2d92f40406
 
+[http://www.cpan.org/modules/by-module/Expect/Expect-1.20.tar.gz]
+md5=9134ae3778285bcf8c3ffdba1a177886
+sha256=bbf70ce7cb39425a0f72c252491826747983ee82fb2d7b0a8a99d8940a58392f
+
 [http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/ExtUtils-CBuilder-0.18.tar.gz]
 md5=d119f0c6c12787a8d5b255208c3c74c5
 sha256=fb707b2026de62c1de6ce7fb67e9f82d586211ac09c70e81b83631e77cb47fd1
diff --git a/recipes/perl/libexpect-perl_1.20.bb b/recipes/perl/libexpect-perl_1.20.bb
new file mode 100644
index 0000000..c5d369d
--- /dev/null
+++ b/recipes/perl/libexpect-perl_1.20.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = "Expect.pm - Perl Expect interface"
+SECTION = "libs"
+LICENSE = "Artistic"
+PR = "r0"
+
+SRC_URI = "http://www.cpan.org/modules/by-module/Expect/Expect-${PV}.tar.gz"
+
+S = "${WORKDIR}/Expect-${PV}"
+
+inherit cpan





More information about the Openembedded-commits mailing list