diff options
author | Junqian Gordon Xu <xjqian@gmail.com> | 2008-04-18 05:57:24 +0000 |
---|---|---|
committer | Junqian Gordon Xu <xjqian@gmail.com> | 2008-04-18 05:57:24 +0000 |
commit | 5cef7fe974053066c79bab9ca21647515462ae41 (patch) | |
tree | aec16c60bb80bd52c2c5175e24536c644cf81504 /packages/spandsp/spandsp.inc | |
parent | 06b034d1452b55b3d5fa11980f4a55f8c5a11d74 (diff) |
spandsp: cleanup recipes, unify
* use DEFAULT_PREFERENCE instead of awkward recipes names
* drop unbuidable 0.0.3pre27
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 = "" |