You've already forked CoreMP135_buildroot
mirror of
https://github.com/m5stack/CoreMP135_buildroot.git
synced 2026-05-20 11:24:29 -07:00
01c5c473c3
[Thomas: remove empty new line at end of .mk file.] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
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))
|