aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pyalsaaudio_0.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-pyalsaaudio_0.4.bb')
-rw-r--r--recipes/python/python-pyalsaaudio_0.4.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/python/python-pyalsaaudio_0.4.bb b/recipes/python/python-pyalsaaudio_0.4.bb
new file mode 100644
index 0000000000..42b15ce5be
--- /dev/null
+++ b/recipes/python/python-pyalsaaudio_0.4.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 = "pyalsaaudio"
+PR = "ml0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/pyalsaaudio/${SRCNAME}-${PV}.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils