summaryrefslogtreecommitdiff
path: root/packages/spandsp/spandsp_0.0.2+0.0.3pre27.bb
blob: 2c0ffa084570d261609b34cc6b45548a03f7f7fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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/snapshots/spandsp/spandsp-20070123.tar.gz"
S = "${WORKDIR}/${PN}-0.0.3"

inherit autotools

PARALLEL_MAKE = ""

do_stage () { 
    autotools_stage_all 
}