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:
14
package/python-crcmod/python-crcmod.mk
Normal file
14
package/python-crcmod/python-crcmod.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-crcmod
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_CRCMOD_VERSION = 1.7
|
||||
PYTHON_CRCMOD_SOURCE = crcmod-$(PYTHON_CRCMOD_VERSION).tar.gz
|
||||
PYTHON_CRCMOD_SITE = https://pypi.python.org/packages/6b/b0/e595ce2a2527e169c3bcd6c33d2473c1918e0b7f6826a043ca1245dd4e5b
|
||||
PYTHON_CRCMOD_SETUP_TYPE = distutils
|
||||
PYTHON_CRCMOD_LICENSE = MIT
|
||||
PYTHON_CRCMOD_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user