summaryrefslogtreecommitdiff
path: root/python/python-scapy_0.9.17.oe
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-08-12 08:17:21 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-08-12 08:17:21 +0000
commitc700b6a75cbe76e03aa8979fd5d36a0767427516 (patch)
tree2976e7ac75f04776aa40c4c76e5a9792ff50eb97 /python/python-scapy_0.9.17.oe
parent822814f1bcc3bf84574d5f7cf42eb26d35928814 (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/usr/local/projects/packages 2004/08/12 10:13:57+02:00 uni-frankfurt.de!mickey maintainer cleanup BKrev: 411b2791_hL3lHrjvvyAJ6umLBVpdA
Diffstat (limited to 'python/python-scapy_0.9.17.oe')
-rw-r--r--python/python-scapy_0.9.17.oe20
1 files changed, 20 insertions, 0 deletions
diff --git a/python/python-scapy_0.9.17.oe b/python/python-scapy_0.9.17.oe
index e69de29bb2..86bf4e6d06 100644
--- a/python/python-scapy_0.9.17.oe
+++ b/python/python-scapy_0.9.17.oe
@@ -0,0 +1,20 @@
+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/"
+