9603574567
Google Code is a closing forge, python-pycrc16 has already made the move to Github. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
422 B
Makefile
14 lines
422 B
Makefile
################################################################################
|
|
#
|
|
# python-crc16
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_CRC16_VERSION = 0.1.1
|
|
PYTHON_CRC16_SITE = $(call github,gennady,pycrc16,v$(PYTHON_CRC16_VERSION))
|
|
PYTHON_CRC16_LICENSE = LGPLv3+
|
|
PYTHON_CRC16_LICENSE_FILES = COPYING.txt
|
|
PYTHON_CRC16_SETUP_TYPE = distutils
|
|
|
|
$(eval $(python-package))
|