diff options
Diffstat (limited to 'meta-openmoko/packages/libsamplerate')
-rw-r--r-- | meta-openmoko/packages/libsamplerate/libsamplerate0_0.1.2.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-openmoko/packages/libsamplerate/libsamplerate0_0.1.2.bb b/meta-openmoko/packages/libsamplerate/libsamplerate0_0.1.2.bb new file mode 100644 index 0000000000..78a7f403d4 --- /dev/null +++ b/meta-openmoko/packages/libsamplerate/libsamplerate0_0.1.2.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "An audio Sample Rate Conversion library" | ||
2 | SECTION = "libs" | ||
3 | LICENSE = "GPL libsamplerate" | ||
4 | PR = "r2" | ||
5 | |||
6 | SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz" | ||
7 | S = "${WORKDIR}/libsamplerate-${PV}" | ||
8 | |||
9 | inherit autotools pkgconfig | ||
10 | |||
11 | do_stage() { | ||
12 | oe_libinstall -a -so -C src libsamplerate ${STAGING_LIBDIR} | ||
13 | install -m 0644 ${S}/src/samplerate.h ${STAGING_INCDIR}/ | ||
14 | } | ||