diff options
author | Manuel Teira <manuel.teira@telefonica.net> | 2007-06-19 15:59:19 +0000 |
---|---|---|
committer | Manuel Teira <manuel.teira@telefonica.net> | 2007-06-19 15:59:19 +0000 |
commit | 1ab244c361defaa10c4aff18b3e6d779bbe07d61 (patch) | |
tree | c6a8dd8eaaa9d9a8ac5ece1c15fe88f322665834 | |
parent | 483d73655c5057a93f3ebdbe658cc11f82139fa2 (diff) | |
parent | b94ac129fe9da3a0d1fbe1291477e24b88c9d53e (diff) |
merge of '7c858c6a8dfae412b188e58878fd0c0a05ceace0'
and 'c385046302747a8125b06bfe218d8d7facab5388'
-rw-r--r-- | packages/spandsp/spandsp_0.0.3+0.0.4pre3.bb | 24 |
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 +} |