[oe-commits] org.oe.dev spandsp: A library of many DSP functions for telephony.

rwhitby commit openembedded-commits at lists.openembedded.org
Fri Mar 9 21:23:55 UTC 2007


spandsp: A library of many DSP functions for telephony.

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: f54013c71b955c72ac2f9857142ce37d00ca9c8b
ViewMTN: http://monotone.openembedded.org/revision.psp?id=f54013c71b955c72ac2f9857142ce37d00ca9c8b
Files:
1
packages/spandsp
packages/spandsp/spandsp_0.0.2+0.0.3pre27.bb
Diffs:

#
# mt diff -rcc41b5c73fe6e7b86bf9d57e9eacc0a32e449782 -rf54013c71b955c72ac2f9857142ce37d00ca9c8b
#
# 
# 
# add_dir "packages/spandsp"
# 
# add_file "packages/spandsp/spandsp_0.0.2+0.0.3pre27.bb"
#  content [36fe5e6824d8b467444fc3efbc39d5e04b0f3ede]
# 
============================================================
--- packages/spandsp/spandsp_0.0.2+0.0.3pre27.bb	36fe5e6824d8b467444fc3efbc39d5e04b0f3ede
+++ packages/spandsp/spandsp_0.0.2+0.0.3pre27.bb	36fe5e6824d8b467444fc3efbc39d5e04b0f3ede
@@ -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 
+}






More information about the Openembedded-commits mailing list