summaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pyalsaaudio_0.4.bb
blob: 42b15ce5bef4d35f6e239ed944e32b61c732731b (plain)
1
2
3
4
5
6
7
8
9
10
11
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