aboutsummaryrefslogtreecommitdiffstats
path: root/python/python-scapy_0.9.17.oe
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-scapy_0.9.17.oe')
-rw-r--r--python/python-scapy_0.9.17.oe21
1 files changed, 0 insertions, 21 deletions
diff --git a/python/python-scapy_0.9.17.oe b/python/python-scapy_0.9.17.oe
deleted file mode 100644
index 3a42abe794..0000000000
--- a/python/python-scapy_0.9.17.oe
+++ /dev/null
@@ -1,21 +0,0 @@
-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}/python2.3
- install -m 0755 ${S}/scapy.py ${D}/${libdir}/python2.3/
-}
-
-FILES_${PN} = "${libdir}/python2.3/"
-