blob: 3f17d95325791401a4c5a78ffdfc5cfdabf8b7ea (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "Alsa Utilities"
MAINTAINER = "Lorn Potter <lpotter@trolltech.com>"
LICENSE = "GPL"
DEPENDS = "virtual/libc"
SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \
file://${FILESDIR}/autotools.patch;patch=1 \
file://${FILESDIR}/m4.patch;patch=1"
inherit autotools
|