summaryrefslogtreecommitdiffstats
path: root/recipes/spandsp/spandsp.inc
blob: ed5fe3b490265f76e751797714a9ac259a787edf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 = ""