diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-06-11 21:58:42 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-06-11 21:58:42 +0000 |
commit | 01c11b010bc81950b4178b7ff58eae214531fff9 (patch) | |
tree | a7bc60abcd7ff8b3ab51f442c50ac5a3c6adc9ec /packages/python/python-pyalsa_1.0.16.bb | |
parent | 0a3b5ec1ca116bb7fa92bf663d514ff21b8b4644 (diff) |
add python-pyalsa, (another) alsa support package for python
Diffstat (limited to 'packages/python/python-pyalsa_1.0.16.bb')
-rw-r--r-- | packages/python/python-pyalsa_1.0.16.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/python/python-pyalsa_1.0.16.bb b/packages/python/python-pyalsa_1.0.16.bb new file mode 100644 index 0000000000..f98e144c75 --- /dev/null +++ b/packages/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 = "ml0" + +SRC_URI = "ftp://ftp.alsa-project.org/pub/${SRCNAME}/${SRCNAME}-${PV}.tar.bz2" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils |