mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
9
package/python-dpkt/Config.in
Normal file
9
package/python-dpkt/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_DPKT
|
||||
bool "python-dpkt"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
select BR2_PACKAGE_PYTHON_ZLIB
|
||||
help
|
||||
Fast, simple packet creation / parsing, with definitions
|
||||
for the basic TCP/IP protocols.
|
||||
|
||||
http://code.google.com/p/dpkt/
|
2
package/python-dpkt/python-dpkt.hash
Normal file
2
package/python-dpkt/python-dpkt.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 33a98fd44eb0b6dfa6790c0fcef4d7e73a5cc12a664ea3c30f4d3c2b95f5efc4 python-dpkt-1.8.r98.tar.gz
|
13
package/python-dpkt/python-dpkt.mk
Normal file
13
package/python-dpkt/python-dpkt.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-dpkt
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_DPKT_VERSION = 1.8.r98
|
||||
PYTHON_DPKT_SITE = $(call github,kbandla,dpkt,$(PYTHON_DPKT_VERSION))
|
||||
PYTHON_DPKT_SETUP_TYPE = distutils
|
||||
PYTHON_DPKT_LICENSE = BSD-3-Clause
|
||||
PYTHON_DPKT_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
Reference in New Issue
Block a user