mirror of
https://git.yoctoproject.org/poky
synced 2026-03-14 19:29:41 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2569 311d38ba-8fff-0310-9ca6-ca027cbcb966
15 lines
383 B
BlitzBasic
15 lines
383 B
BlitzBasic
DESCRIPTION = "An audio Sample Rate Conversion library"
|
|
SECTION = "libs"
|
|
LICENSE = "GPL libsamplerate"
|
|
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}/
|
|
}
|