diff options
Diffstat (limited to 'recipes/spandsp/spandsp.inc')
-rw-r--r-- | recipes/spandsp/spandsp.inc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/spandsp/spandsp.inc b/recipes/spandsp/spandsp.inc new file mode 100644 index 0000000000..ed5fe3b490 --- /dev/null +++ b/recipes/spandsp/spandsp.inc @@ -0,0 +1,13 @@ +DESCRIPTION = "A library of many DSP functions for telephony." +HOMEPAGE = "http://www.soft-switch.org" +SECTION = "libs" +LICENSE = "GPL" +DEPENDS = "tiff libxml2" + +inherit autotools + +do_stage () { + autotools_stage_all +} + +PARALLEL_MAKE = "" |