You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
14 lines
454 B
Makefile
14 lines
454 B
Makefile
|
|
################################################################################
|
||
|
|
#
|
||
|
|
# python-pyftpdlib
|
||
|
|
#
|
||
|
|
################################################################################
|
||
|
|
|
||
|
|
PYTHON_PYFTPDLIB_VERSION = 1.4.0
|
||
|
|
PYTHON_PYFTPDLIB_SITE = $(call github,giampaolo,pyftpdlib,release-$(PYTHON_PYFTPDLIB_VERSION))
|
||
|
|
PYTHON_PYFTPDLIB_SETUP_TYPE = setuptools
|
||
|
|
PYTHON_PYFTPDLIB_LICENSE = MIT
|
||
|
|
PYTHON_PYFTPDLIB_LICENSE_FILES = LICENSE
|
||
|
|
|
||
|
|
$(eval $(python-package))
|