mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 15:41:09 -09:00
python-scapy: new package
Interactive packet manipulation tool. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
a4e3de63e4
commit
5180dddc4a
14
package/python-scapy/python-scapy.mk
Normal file
14
package/python-scapy/python-scapy.mk
Normal 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))
|
||||
Reference in New Issue
Block a user