[oe-commits] Roman I Khimov : libnetpcaket-perl: Add NetPacket Perl module

git version control git at git.openembedded.org
Sat Mar 20 15:48:01 UTC 2010


Module: openembedded.git
Branch: rik/perl-5.10
Commit: ef5c966ce61bcb36303c1c482bbd7f6bf552fcbe
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ef5c966ce61bcb36303c1c482bbd7f6bf552fcbe

Author: Roman I Khimov <khimov at altell.ru>
Date:   Thu Mar 18 14:30:28 2010 +0300

libnetpcaket-perl: Add NetPacket Perl module

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 recipes/perl/libnetpacket-perl_0.41.1.bb |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/recipes/perl/libnetpacket-perl_0.41.1.bb b/recipes/perl/libnetpacket-perl_0.41.1.bb
new file mode 100644
index 0000000..9ae430a
--- /dev/null
+++ b/recipes/perl/libnetpacket-perl_0.41.1.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Modules to assemble/disassemble network packets at the protocol level"
+SECTION = "libs"
+LICENSE = "Artistic"
+BBCLASSEXTEND = "native"
+
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/Y/YA/YANICK/NetPacket-${PV}.tar.gz;name=netpacket-perl-${PV}"
+SRC_URI[netpacket-perl-0.41.1.md5sum] = "77c1482927c6892b9571404485ffe591"
+SRC_URI[netpacket-perl-0.41.1.sha256sum] = "8d27fd064b9a6abf5298c62fef0f9775b45004efa8eb4cc72b7af73a7241303d"
+
+
+S = "${WORKDIR}/NetPacket-${PV}"
+
+inherit cpan_build





More information about the Openembedded-commits mailing list