blob: 001f1085044ffb7f6dbf03900748faa926d067f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
pkgbase = scapy-git
pkgdesc = Powerful interactive packet manipulation program written in Python
pkgver = 2.5.0.dev5
pkgrel = 1
url = http://www.secdev.org/projects/scapy/
arch = any
license = GPL2
checkdepends = python-cryptography
checkdepends = python-pyx
checkdepends = python-matplotlib
checkdepends = graphviz
checkdepends = sox
checkdepends = tcpdump
makedepends = git
makedepends = python
source = scapy-git::git+https://github.com/secdev/scapy
sha256sums = SKIP
pkgname = scapy-git
pkgdesc = Powerful interactive packet manipulation program written in Python (tools)
depends = python
depends = python-scapy
provides = scapy
conflicts = scapy
pkgname = python-scapy-git
pkgdesc = Powerful interactive packet manipulation program written in Python (library)
depends = tcpdump
depends = python
optdepends = python-cryptography: WEP, IPsec and SSL/TLS support
optdepends = python-pyx: psdump() and pdfdump() functions
optdepends = python-matplotlib: plotting support
optdepends = graphviz: conversations() method support
optdepends = sox: for VOIP support
provides = python-scapy
conflicts = python-scapy
|