blob: 40eec280db39c75172b02760ab91eecf8cf576a1 (
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://autotools.patch;patch=1 \
file://m4.patch;patch=1"
inherit autotools
|