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