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" RDEPENDS = "python-core python-netclient python-netserver" SRCNAME = "scapy" SRC_URI = "http://www.secdev.org/projects/scapy/files/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}/" d class='form'>
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/python/python-2.5.1
AgeCommit message (Expand)AuthorFiles
2007-08-15python[-native] 2.5.1: fix typo in optimization patchMichael Lauer1
2007-08-15python[-native] 2.5.1: add patch to compile everything in optimized bytecode.Michael Lauer1
2007-08-15major python upgrade: add python[-native] 2.5.1, rename python-2.4 packageMichael Lauer6