libsamplerate: added 0.1.2 needed by pulseaudio

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2569 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-08-28 10:38:30 +00:00
parent d9a4c588ef
commit cf8dfa2b33
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
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}/
}