spandsp: A library of many DSP functions for telephony.
authorRod Whitby <rod@whitby.id.au>
Fri, 9 Mar 2007 14:47:49 +0000 (14:47 +0000)
committerRod Whitby <rod@whitby.id.au>
Fri, 9 Mar 2007 14:47:49 +0000 (14:47 +0000)
packages/spandsp/.mtn2git_empty [new file with mode: 0644]
packages/spandsp/spandsp_0.0.2+0.0.3pre27.bb [new file with mode: 0644]

diff --git a/packages/spandsp/.mtn2git_empty b/packages/spandsp/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
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 (file)
index 0000000..2c0ffa0
--- /dev/null
@@ -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