blob: b04f069cdd80fdc32649d80dd507c30d149315ee (
plain)
1
2
3
4
5
6
7
8
9
10
|
DESCRIPTION = "An audio Sample Rate Conversion library"
SECTION = "libs"
LICENSE = "GPL libsamplerate"
DEPENDS = "flac"
PR = "r3"
SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz"
S = "${WORKDIR}/libsamplerate-${PV}"
inherit autotools_stage pkgconfig
|