generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
7
package/python-scapy/Config.in
Normal file
7
package/python-scapy/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_SCAPY
|
||||
bool "python-scapy"
|
||||
select BR2_PACKAGE_PYTHON3_ZLIB
|
||||
help
|
||||
Scapy: interactive packet manipulation tool.
|
||||
|
||||
http://www.secdev.org/projects/scapy
|
||||
5
package/python-scapy/python-scapy.hash
Normal file
5
package/python-scapy/python-scapy.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/scapy/json
|
||||
md5 54072af118e9291b6c7898b4ea87cdaf scapy-2.4.5.tar.gz
|
||||
sha256 bc707e3604784496b6665a9e5b2a69c36cc9fb032af4864b29051531b24c8593 scapy-2.4.5.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 LICENSE
|
||||
16
package/python-scapy/python-scapy.mk
Normal file
16
package/python-scapy/python-scapy.mk
Normal file
@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-scapy
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SCAPY_VERSION = 2.4.5
|
||||
PYTHON_SCAPY_SOURCE = scapy-$(PYTHON_SCAPY_VERSION).tar.gz
|
||||
PYTHON_SCAPY_SITE = https://files.pythonhosted.org/packages/85/47/c919432ca258f354bb2c1e645623f891603f185bfc7563d4a21f6432e7ed
|
||||
PYTHON_SCAPY_SETUP_TYPE = setuptools
|
||||
PYTHON_SCAPY_LICENSE = GPL-2.0
|
||||
PYTHON_SCAPY_LICENSE_FILES = LICENSE
|
||||
PYTHON_SCAPY_CPE_ID_VENDOR = scapy
|
||||
PYTHON_SCAPY_CPE_ID_PRODUCT = scapy
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user