summaryrefslogtreecommitdiff
path: root/packages/spandsp/spandsp_0.0.3.bb
blob: 26702f998b2b17b783cc82649b4e43fda77c392d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "A library of many DSP functions for telephony."
HOMEPAGE = "http://www.soft-switch.org"
DEPENDS = "tiff libxml2"
SECTION = "voip"
LICENSE = "GPL"
PV = "0.0.3"
PSUBV = "pre27"
PR = "r0"

SRC_URI = "http://www.soft-switch.org/downloads/snapshots/spandsp/spandsp-20070123.tar.gz"

inherit autotools

PARALLEL_MAKE = ""

do_stage () { 
    autotools_stage_all 
}