From 3157d6d6cb9f87d6086126b5e7b42c4dc87ebb81 Mon Sep 17 00:00:00 2001 From: Roman I Khimov Date: Thu, 18 Mar 2010 13:54:08 +0300 Subject: libnet-pcap-perl: add Net::Pcap Perl module Signed-off-by: Roman I Khimov --- recipes/perl/libnet-pcap-perl_0.16.bb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 recipes/perl/libnet-pcap-perl_0.16.bb (limited to 'recipes/perl/libnet-pcap-perl_0.16.bb') diff --git a/recipes/perl/libnet-pcap-perl_0.16.bb b/recipes/perl/libnet-pcap-perl_0.16.bb new file mode 100644 index 0000000000..ed5ec978b7 --- /dev/null +++ b/recipes/perl/libnet-pcap-perl_0.16.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "Interface to pcap(3) LBL packet capture library" +SECTION = "libs" +LICENSE = "Artistic|GPL" +DEPENDS = "libpcap" +RDEPENDS_${PN} += " \ + perl-module-socket \ + perl-module-test-more \ + perl-module-xsloader \ + " + +PR = "r0" + +export STAGING_LIBDIR + +SRC_URI = " \ + http://search.cpan.org/CPAN/authors/id/S/SA/SAPER/Net-Pcap-${PV}.tar.gz;name=net-pcap-perl-${PV} \ + file://kill-runtime-pcap-check-fake-functions-check.patch;patch=1 \ + " +SRC_URI[net-pcap-perl-0.16.md5sum] = "b150d8e0a40137fad2a7df792d80cab4" +SRC_URI[net-pcap-perl-0.16.sha256sum] = "9311d0d4043ea1f8b855dd1f2dc3312436064f4291c74127eb7c3f79b14677aa" + +S = "${WORKDIR}/Net-Pcap-${PV}" + +inherit cpan -- cgit 1.2.3-korg