aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pyalsa_1.0.16.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-pyalsa_1.0.16.bb')
-rw-r--r--recipes/python/python-pyalsa_1.0.16.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/python/python-pyalsa_1.0.16.bb b/recipes/python/python-pyalsa_1.0.16.bb
new file mode 100644
index 0000000000..24bd27c242
--- /dev/null
+++ b/recipes/python/python-pyalsa_1.0.16.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Support for the Linux 2.6.x ALSA Sound System"
+SECTION = "devel/python"
+DEPENDS = "alsa-lib"
+PRIORITY = "optional"
+LICENSE = "GPL"
+SRCNAME = "pyalsa"
+PR = "ml1"
+
+SRC_URI = "ftp://ftp.alsa-project.org/pub/${SRCNAME}/${SRCNAME}-${PV}.tar.bz2"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils