diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-18 15:26:34 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-18 15:26:34 +0000 |
commit | 30b0ecaf2330bd79e909a4c0b0c283dd9e517c7a (patch) | |
tree | 5c2955d8759d2d616106c82158a25bff1fe01be7 /packages/spandsp | |
parent | 97c743943bbae2b2a30c3501283645e9c069a16a (diff) |
openpbx/spandsp: Add packages openpbx and spandsp, thanks to hillctl
Diffstat (limited to 'packages/spandsp')
-rw-r--r-- | packages/spandsp/spandsp_0.0.3.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/spandsp/spandsp_0.0.3.bb b/packages/spandsp/spandsp_0.0.3.bb new file mode 100644 index 0000000000..26702f998b --- /dev/null +++ b/packages/spandsp/spandsp_0.0.3.bb @@ -0,0 +1,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 +} |