diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-16 07:58:51 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-16 07:58:51 +0000 |
commit | 0f06c6a349b19ee158010ae3e209f7b6eade369f (patch) | |
tree | bf637b3e27dae251e28f7be4f4c3c56df605fe16 | |
parent | 22d77b34542ce6ed03038c47faad8dc3eb0c416b (diff) |
python-scapy: update to 1.1.1
-rw-r--r-- | packages/python/python-scapy_1.1.1.bb (renamed from packages/python/python-scapy_0.9.17.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/python/python-scapy_0.9.17.bb b/packages/python/python-scapy_1.1.1.bb index f9cc0eb6a1..be97582e2d 100644 --- a/packages/python/python-scapy_0.9.17.bb +++ b/packages/python/python-scapy_1.1.1.bb @@ -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}/" - |