summaryrefslogtreecommitdiff
path: root/packages/spandsp/spandsp_0.0.3+0.0.4pre16.bb
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2008-01-21 21:09:09 +0000
committerFlorian Boor <florian.boor@kernelconcepts.de>2008-01-21 21:09:09 +0000
commitafd58cdcce656ced784bfca78d7d96e2edca8cee (patch)
treeb49291fedc042760b35f74afa9b7e82b591147e5 /packages/spandsp/spandsp_0.0.3+0.0.4pre16.bb
parentac6de0f3c0d8d5fe5708d9125c1319fbf5d627a6 (diff)
parenta7a4c7d6f9bbcda53d3bf07d51142d41e1a4558b (diff)
merge of '1cc9d40e03f431fac4150580f6a58521cae55509'
and 'a250ef0b1707ead866fe051ca88c56e538d51bfb'
Diffstat (limited to 'packages/spandsp/spandsp_0.0.3+0.0.4pre16.bb')
-rw-r--r--packages/spandsp/spandsp_0.0.3+0.0.4pre16.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/packages/spandsp/spandsp_0.0.3+0.0.4pre16.bb b/packages/spandsp/spandsp_0.0.3+0.0.4pre16.bb
new file mode 100644
index 0000000000..bbb1c0c3b2
--- /dev/null
+++ b/packages/spandsp/spandsp_0.0.3+0.0.4pre16.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.4pre16.tgz"
+
+S = "${WORKDIR}/spandsp-0.0.4"
+
+inherit autotools pkgconfig
+
+PARALLEL_MAKE = ""
+
+# *cough*
+do_configure_append() {
+ rm config.log
+}
+
+do_stage () {
+ autotools_stage_all
+}