python-scapy: update to 1.1.1
authorMichael Lauer <mickey@vanille-media.de>
Thu, 16 Aug 2007 07:58:51 +0000 (07:58 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 16 Aug 2007 07:58:51 +0000 (07:58 +0000)
packages/python/python-scapy_1.1.1.bb [moved from packages/python/python-scapy_0.9.17.bb with 86% similarity]

similarity index 86%
rename from packages/python/python-scapy_0.9.17.bb
rename to packages/python/python-scapy_1.1.1.bb
index f9cc0eb..be97582 100644 (file)
@@ -1,11 +1,12 @@
-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"
+HOMEPAGE = "http://www.secdev.org/projects/scapy/"
+LICENSE = "GPL"
 PRIORITY = "optional"
-RDEPENDS = "python-core python-netclient python-netserver"
+RDEPENDS = "python-netclient python-netserver"
 SRCNAME = "scapy"
 
 SRC_URI = "http://www.secdev.org/projects/scapy/files/scapy-${PV}.tar.gz"
@@ -17,4 +18,3 @@ do_install() {
 }
 
 FILES_${PN} = "${libdir}/${PYTHON_DIR}/"
-