This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
config BR2_PACKAGE_PYTHON_SCAPY
bool "python-scapy"
select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON
select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3
help
Scapy: interactive packet manipulation tool.
http://www.secdev.org/projects/scapy
+5
View File
@@ -0,0 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/scapy/json
md5 d7d3c4294f5a718e234775d38dbeb7ec scapy-2.4.0.tar.gz
sha256 452f714f5c2eac6fd0a6146b1dbddfc24dd5f4103f3ed76227995a488cfb2b73 scapy-2.4.0.tar.gz
# Locally computed sha256 checksums
sha256 7a49a7fdaf7b648e451dd01e4875cf4dbfa556c6359c6b97feed5047540ea989 PKG-INFO
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# python-scapy
#
################################################################################
PYTHON_SCAPY_VERSION = 2.4.0
PYTHON_SCAPY_SOURCE = scapy-$(PYTHON_SCAPY_VERSION).tar.gz
PYTHON_SCAPY_SITE = https://files.pythonhosted.org/packages/68/01/b9943984447e7ea6f8948e90c1729b78161c2bb3eef908430638ec3f7296
PYTHON_SCAPY_LICENSE = GPL-2.0
PYTHON_SCAPY_LICENSE_FILES = PKG-INFO
PYTHON_SCAPY_SETUP_TYPE = distutils
$(eval $(python-package))