1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-25 12:48:03 +00:00
Files
operating-system/buildroot/package/python-dpkt/python-dpkt.mk
2018-03-17 23:47:00 +00:00

14 lines
414 B
Makefile

################################################################################
#
# 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))