summaryrefslogtreecommitdiff
path: root/packages/python/python-scapy_0.9.17.bb
blob: 278fc88a86f205bb434dbbb97e6e6c2ef1261dba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
LICENSE = GPL
DESCRIPTION = "Scapy is a powerful interactive packet manipulation tool, \
packet generator, network scanner, network discovery, packet sniffer, etc. \
It can for the moment replace hping, 85% of nmap, arpspoof, arp-sk, arping, \
tcpdump, tethereal, p0f, ...."
SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
RDEPENDS = "python-core python-netclient python-netserver"
SRCNAME = "scapy"

SRC_URI = "http://www.cartel-securite.fr/pbiondi/python/scapy-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"

do_install() {
	install -d ${D}/${libdir}/${PYTHON_DIR}
	install -m 0755 ${S}/scapy.py ${D}/${libdir}/${PYTHON_DIR}/
}

FILES_${PN} = "${libdir}/${PYTHON_DIR}/"