aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libsamplerate/libsamplerate0_0.1.7.bb
blob: 1d377f12605a1e8eaf715b49db881ee912001a48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "An audio Sample Rate Conversion library"
SECTION = "libs"
LICENSE = "GPL libsamplerate"

SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz"
S = "${WORKDIR}/libsamplerate-${PV}"

inherit autotools_stage pkgconfig

do_configure() {
	gnu-configize --force
	oe_runconf
}