summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2007-03-09 14:49:25 +0000
committerRod Whitby <rod@whitby.id.au>2007-03-09 14:49:25 +0000
commit92e46e1e24614310b6e82536dfcd38ca06ae22a3 (patch)
tree67ea4d8b1ae73ed4550885e67574af7f1ed30946
parent0c6a9f2f931c65df90763850e9b30bb0d913e498 (diff)
parent5d49b1d4b714da6c5e643cbabace2daa99b89fe5 (diff)
merge of 'a8bda210b9e6da106dbf0a8dbad274e5f6e1c2b6'
and 'f54013c71b955c72ac2f9857142ce37d00ca9c8b'
-rw-r--r--packages/spandsp/.mtn2git_empty0
-rw-r--r--packages/spandsp/spandsp_0.0.2+0.0.3pre27.bb17
2 files changed, 17 insertions, 0 deletions
diff --git a/packages/spandsp/.mtn2git_empty b/packages/spandsp/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/spandsp/.mtn2git_empty
diff --git a/packages/spandsp/spandsp_0.0.2+0.0.3pre27.bb b/packages/spandsp/spandsp_0.0.2+0.0.3pre27.bb
new file mode 100644
index 0000000000..2c0ffa0845
--- /dev/null
+++ b/packages/spandsp/spandsp_0.0.2+0.0.3pre27.bb
@@ -0,0 +1,17 @@
+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/snapshots/spandsp/spandsp-20070123.tar.gz"
+S = "${WORKDIR}/${PN}-0.0.3"
+
+inherit autotools
+
+PARALLEL_MAKE = ""
+
+do_stage () {
+ autotools_stage_all
+} \ No newline at end of file