summaryrefslogtreecommitdiff
path: root/packages/speex/speex_1.0.4.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-07-25 11:26:59 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-07-25 11:26:59 +0000
commit208af423541601a2a24d128ceac95ccfe2c2cc61 (patch)
tree118c49d2925c9308dfb693ffc1201b9190f04c3e /packages/speex/speex_1.0.4.bb
parent16b9963db98cad28cef268b7ed7198c42464dc0b (diff)
add speex 1.2 w/ fine grained packaging and correct version number. remove older ones
Diffstat (limited to 'packages/speex/speex_1.0.4.bb')
-rw-r--r--packages/speex/speex_1.0.4.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/packages/speex/speex_1.0.4.bb b/packages/speex/speex_1.0.4.bb
deleted file mode 100644
index e1af8d18da..0000000000
--- a/packages/speex/speex_1.0.4.bb
+++ /dev/null
@@ -1,27 +0,0 @@
-DESCRIPTION = "Speex is an Open Source/Free Software patent-free audio compression format designed for speech."
-SECTION = "libs"
-LICENSE = "BSD"
-HOMEPAGE = "http://www.speex.org"
-DEPENDS = "libogg"
-PR = "r0"
-
-SRC_URI = "http://www.speex.org/download/speex-${PV}.tar.gz"
-
-inherit autotools
-
-do_configure_append() {
- sed -i s/"^OGG_INCLUDES.*$"/"OGG_INCLUDES = "/g src/Makefile
- sed -i s/"^OGG_LDFLAGSS.*$"/"OGG_LDFLAGS = "/g src/Makefile
-}
-
-do_stage() {
- oe_libinstall -C libspeex/.libs -so libspeex ${STAGING_LIBDIR}
- install -d ${STAGING_INCDIR}/speex
- install -m 0644 include/speex/speex.h ${STAGING_INCDIR}/speex
- install -m 0644 include/speex/speex_bits.h ${STAGING_INCDIR}/speex
- install -m 0644 include/speex/speex_callbacks.h ${STAGING_INCDIR}/speex
- install -m 0644 include/speex/speex_header.h ${STAGING_INCDIR}/speex
- install -m 0644 include/speex/speex_stereo.h ${STAGING_INCDIR}/speex
- install -m 0644 speex.m4 ${STAGING_DATADIR}/aclocal/
-}
-