diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-06-11 16:30:51 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-06-11 16:30:51 +0000 |
commit | 277e2569092ded631f33f97e15abe90d0899ffb9 (patch) | |
tree | 908385de0f2df888b5a7fba96bfb4fff64aafa0f /packages/python | |
parent | f3352958d5c5bdb4da60ac99a1bd61008e6141ad (diff) |
add python-pyalsaaudio, support for the Linux 2.6.x ALSA Sound System
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-pyalsaaudio_0.3.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/python/python-pyalsaaudio_0.3.bb b/packages/python/python-pyalsaaudio_0.3.bb new file mode 100644 index 0000000000..42b15ce5be --- /dev/null +++ b/packages/python/python-pyalsaaudio_0.3.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 |