blob: a7f66810453e0cd9417dd6054da1193fa2fb5874 (
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 = "pyalsa"
FILE_PR = "ml0"
SRC_URI = "ftp://ftp.alsa-project.org/pub/${SRCNAME}/${SRCNAME}-${PV}.tar.bz2"
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
|