b7c65d505c
For change log since 1.2.6, see: - https://github.com/alsa-project/alsa-python/releases/tag/v1.2.7 This commit also changes the download protocol from FTP to HTTPS, following the upstream project download page. See: - https://www.alsa-project.org/wiki/Download - https://www.alsa-project.org/main/index.php?title=Download&diff=7455&oldid=7386 Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
479 B
Makefile
15 lines
479 B
Makefile
################################################################################
|
|
#
|
|
# python-pyalsa
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYALSA_VERSION = 1.2.7
|
|
PYTHON_PYALSA_SOURCE = pyalsa-$(PYTHON_PYALSA_VERSION).tar.bz2
|
|
PYTHON_PYALSA_SITE = https://www.alsa-project.org/files/pub/pyalsa
|
|
PYTHON_PYALSA_SETUP_TYPE = distutils
|
|
PYTHON_PYALSA_LICENSE = LGPL-2.1+
|
|
PYTHON_PYALSA_DEPENDENCIES = alsa-lib
|
|
|
|
$(eval $(python-package))
|