aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libnetpacket-perl_0.41.1.bb
blob: 6b9a1e3c2d6b78de15be1eb02d5b8ff87d61a8b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Modules to assemble/disassemble network packets at the protocol level"
SECTION = "libs"
LICENSE = "Artistic"
BBCLASSEXTEND = "native"

PR = "r1"

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"