aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libsamplerate/libsamplerate0_0.1.2.bb
blob: 32c33ff782d89c4908fa1d8db177deeb65f17420 (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"
FILE_PR = "r2"

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

inherit autotools pkgconfig

do_stage() {
	oe_libinstall -a -so -C src libsamplerate ${STAGING_LIBDIR}
	install -m 0644 ${S}/src/samplerate.h ${STAGING_INCDIR}/
}