1055ae6c6b
For change log since 1.1.6, see: - https://github.com/alsa-project/alsa-python/releases/tag/v1.2.6 Also update spaces in hash file (using 2 spaces) Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
471 B
Makefile
15 lines
471 B
Makefile
################################################################################
|
|
#
|
|
# python-pyalsa
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYALSA_VERSION = 1.2.6
|
|
PYTHON_PYALSA_SOURCE = pyalsa-$(PYTHON_PYALSA_VERSION).tar.bz2
|
|
PYTHON_PYALSA_SITE = ftp://ftp.alsa-project.org/pub/pyalsa
|
|
PYTHON_PYALSA_SETUP_TYPE = distutils
|
|
PYTHON_PYALSA_LICENSE = LGPL-2.1+
|
|
PYTHON_PYALSA_DEPENDENCIES = alsa-lib
|
|
|
|
$(eval $(python-package))
|