diff options
| author | Michael Lauer <mickey@vanille-media.de> | 2008-06-11 21:38:11 +0000 |
|---|---|---|
| committer | Michael Lauer <mickey@vanille-media.de> | 2008-06-11 21:38:11 +0000 |
| commit | 0a3b5ec1ca116bb7fa92bf663d514ff21b8b4644 (patch) | |
| tree | 5a649d783b245510bea7e003728e7f3c70cba7bc /packages/python/python-pyalsaaudio_0.3.bb | |
| parent | 026cc7619f092f92adbcfc5dbbb0894a72ac3a32 (diff) | |
| parent | eb3d6b98088530a7fc177e00cbbdb09d9a270775 (diff) | |
merge of 'a6e949d7541dc3ab2d5697151c861cfd4a2efa87'
and 'f710df9bab62719eadc5ac425bbc8e07f2e5f704'
Diffstat (limited to 'packages/python/python-pyalsaaudio_0.3.bb')
| -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 |
