diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-28 10:38:30 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-28 10:38:30 +0000 |
commit | cf8dfa2b339d6658598b6420a28f69e524c7a8f9 (patch) | |
tree | 2c0ac713490f52a8a1b26f667eb539240231ea49 /meta-openmoko | |
parent | d9a4c588ef24e7e4019fbe5a2314addbcd3a6bb8 (diff) | |
download | poky-cf8dfa2b339d6658598b6420a28f69e524c7a8f9.tar.gz |
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
Diffstat (limited to 'meta-openmoko')
-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 | } | ||