6596e73adf
Change download location to the project's page so that we still can get *.tar.gz file instead of *.zip. The LICENSE file has changed the copyright year from 2015 to 2020. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
462 B
Makefile
15 lines
462 B
Makefile
################################################################################
|
|
#
|
|
# python-pysmb
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYSMB_VERSION = 1.2.7
|
|
PYTHON_PYSMB_SOURCE = pysmb-$(PYTHON_PYSMB_VERSION).tar.gz
|
|
PYTHON_PYSMB_SITE = https://miketeo.net/files/Projects/pysmb
|
|
PYTHON_PYSMB_LICENSE = Libpng
|
|
PYTHON_PYSMB_LICENSE_FILES = LICENSE
|
|
PYTHON_PYSMB_SETUP_TYPE = setuptools
|
|
|
|
$(eval $(python-package))
|