diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-03-18 14:30:28 +0300 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-03-24 00:47:24 +0300 |
commit | d1bb82702cbef0e981523ae809ba9407661f031e (patch) | |
tree | e120d9ebdc7f0eea29fe9cce4b6be4d96d3af6a4 /recipes/perl | |
parent | 7dd09b663ca9728c0c4f4a78b79531f47272b35c (diff) |
libnetpcaket-perl: Add NetPacket Perl module
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/perl')
-rw-r--r-- | recipes/perl/libnetpacket-perl_0.41.1.bb | 17 |
1 files changed, 17 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 0000000000..31912a76f9 --- /dev/null +++ b/recipes/perl/libnetpacket-perl_0.41.1.bb @@ -0,0 +1,17 @@ +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 + +PACKAGE_ARCH = "all" |