spandsp: update to 0.0.4pre3
authorKoen Kooi <koen@openembedded.org>
Tue, 19 Jun 2007 15:50:06 +0000 (15:50 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 19 Jun 2007 15:50:06 +0000 (15:50 +0000)
packages/spandsp/spandsp_0.0.3+0.0.4pre3.bb [new file with mode: 0644]

diff --git a/packages/spandsp/spandsp_0.0.3+0.0.4pre3.bb b/packages/spandsp/spandsp_0.0.3+0.0.4pre3.bb
new file mode 100644 (file)
index 0000000..97740c0
--- /dev/null
@@ -0,0 +1,24 @@
+DESCRIPTION = "A library of many DSP functions for telephony."
+HOMEPAGE = "http://www.soft-switch.org"
+DEPENDS = "tiff libxml2"
+SECTION = "voip"
+LICENSE = "GPL"
+
+PR = "r0"
+
+SRC_URI = "http://www.soft-switch.org/downloads/spandsp/spandsp-0.0.4pre3.tgz"
+
+S = "${WORKDIR}/spandsp-0.0.4"
+
+inherit autotools pkgconfig
+
+PARALLEL_MAKE = ""
+
+# *cough*
+do_configure_append() {
+       rm config.log
+}
+
+do_stage () { 
+    autotools_stage_all 
+}