mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
14
package/python-pyalsa/python-pyalsa.mk
Normal file
14
package/python-pyalsa/python-pyalsa.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pyalsa
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYALSA_VERSION = 1.1.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))
|
||||
Reference in New Issue
Block a user