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

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


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

Author: Jan Lübbe <jluebbe at debian.org>
Date:   Wed Sep  9 11:23:16 2009 +0000

libpoe-perl: add recipe

---

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

diff --git a/conf/checksums.ini b/conf/checksums.ini
index c052732..af76b07 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -718,6 +718,10 @@ sha256=987eeb9460185950e066e5db3b5fa531e53e213742b545288405552a5a7bb704
 md5=210b764fca7c791f4387717185f589b5
 sha256=09917ebe3b088649f0767723a7e25ae08fb8db921a85183e2e8c3d2e79ae6d10
 
+[http://backpan.cpan.org/modules/by-module/POE/RCAPUTO/POE-1.007.tar.gz]
+md5=c7e8822bd11ed36a2f716f60e58da2e6
+sha256=5506b4e59aa455b026c4d92db083e7d6d36021b21a13be43d177276ab7d56a84
+
 [http://www.packagekit.org/releases/PackageKit-0.2.4.tar.gz]
 md5=87bf41fd021077c93549d47de6d5fe07
 sha256=3b1a6f451928ca7e36d25e6e5a2e3dec2adae11c20770406f8bdc484f38b1600
diff --git a/recipes/perl/libpoe-perl_1.007.bb b/recipes/perl/libpoe-perl_1.007.bb
new file mode 100644
index 0000000..0ff7ccb
--- /dev/null
+++ b/recipes/perl/libpoe-perl_1.007.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = "Event-driven component architecture for Perl"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+PR = "r0"
+
+SRC_URI = "http://backpan.cpan.org/modules/by-module/POE/RCAPUTO/POE-${PV}.tar.gz"
+
+S = "${WORKDIR}/POE-${PV}"
+
+inherit cpan





More information about the Openembedded-commits mailing list