Files
package_application_recovery/buildroot/package/python-dpkt/python-dpkt.mk
Andrew Scheller f7e730ab05 Upgrade included buildroot to git revision 083f853
(with some NOOBS-specific changes on top)
2015-02-07 01:07:40 +00:00

15 lines
442 B
Makefile

################################################################################
#
# python-dpkt
#
################################################################################
PYTHON_DPKT_VERSION = 1.7
PYTHON_DPKT_SOURCE = dpkt-$(PYTHON_DPKT_VERSION).tar.gz
PYTHON_DPKT_SITE = http://dpkt.googlecode.com/files
PYTHON_DPKT_SETUP_TYPE = distutils
PYTHON_DPKT_LICENSE = BSD-3c
PYTHON_DPKT_LICENSE_FILES = LICENSE
$(eval $(python-package))