summaryrefslogtreecommitdiffstats
path: root/meta-eca/recipes-connectivity/scapy/python-scapy_2.2.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-eca/recipes-connectivity/scapy/python-scapy_2.2.0.bb')
-rw-r--r--meta-eca/recipes-connectivity/scapy/python-scapy_2.2.0.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-eca/recipes-connectivity/scapy/python-scapy_2.2.0.bb b/meta-eca/recipes-connectivity/scapy/python-scapy_2.2.0.bb
new file mode 100644
index 0000000..51bad53
--- /dev/null
+++ b/meta-eca/recipes-connectivity/scapy/python-scapy_2.2.0.bb
@@ -0,0 +1,24 @@
1DESCRIPTION = "Scapy is a powerful interactive packet manipulation tool, \
2packet generator, network scanner, network discovery, packet sniffer, etc. \
3It can for the moment replace hping, 85% of nmap, arpspoof, arp-sk, arping, \
4tcpdump, tethereal, p0f, ...."
5SECTION = "devel/python"
6HOMEPAGE = "http://www.secdev.org/projects/scapy/"
7LICENSE = "GPLv2"
8LIC_FILES_CHKSUM = "file://bin/scapy;beginline=3;endline=18;md5=a5be896f88f8396346f67f7a8878ee09"
9PRIORITY = "optional"
10SRCNAME = "scapy"
11PR = "ml2"
12
13SRC_URI = "http://www.secdev.org/projects/scapy/files/scapy-${PV}.tar.gz"
14S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16inherit distutils
17
18RDEPENDS_${PN} = "\
19 python-netclient \
20 python-netserver \
21"
22
23SRC_URI[md5sum] = "406990bd8da1f4958b354b4b6fc4b3eb"
24SRC_URI[sha256sum] = "c5363b224df0efbd78d7dc4d8a518e5518b2e7affc2e5f1fcecd4efa3ab815af"