summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Teira <manuel.teira@telefonica.net>2007-06-19 15:58:17 +0000
committerManuel Teira <manuel.teira@telefonica.net>2007-06-19 15:58:17 +0000
commitb94ac129fe9da3a0d1fbe1291477e24b88c9d53e (patch)
tree40f3026be19226c5bf40a8bdb7d76fb080905a08
parente703b921b74428c0af6f8b0276bf8049744a316e (diff)
parent0471241f809abdd0941629f959c59bf22e0ceab9 (diff)
merge of '80cb1accdd731a62c0845946a28fde1f35e82d1f'
and 'fb1d8d05881bde082243b8b1fbc739f8a9fab90b'
-rw-r--r--packages/spandsp/spandsp_0.0.3+0.0.4pre3.bb24
1 files changed, 24 insertions, 0 deletions
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
index 0000000000..97740c0aaf
--- /dev/null
+++ b/packages/spandsp/spandsp_0.0.3+0.0.4pre3.bb
@@ -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
+}