summaryrefslogtreecommitdiffstats
path: root/meta/packages/speex/speex_1.2rc1.bb
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-06-29 15:21:58 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-06-30 13:19:14 +0100
commitbb860ee98de7b95a9b1f5422656499537473bcde (patch)
tree12fe67e73992b0b7f2a928f07e09731efe05a777 /meta/packages/speex/speex_1.2rc1.bb
parenta5b63551003c3c5299897ea770f61e06e6dc9c5e (diff)
downloadpoky-bb860ee98de7b95a9b1f5422656499537473bcde.tar.gz
speex: Upgraded to version 1.2rc1
Remove ${S} since it is not needed in new version recipe file Adding LIC_FILES_CHKSUM information Adjust variables order according to styleguide Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/packages/speex/speex_1.2rc1.bb')
-rw-r--r--meta/packages/speex/speex_1.2rc1.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/packages/speex/speex_1.2rc1.bb b/meta/packages/speex/speex_1.2rc1.bb
new file mode 100644
index 0000000000..6f1b133f24
--- /dev/null
+++ b/meta/packages/speex/speex_1.2rc1.bb
@@ -0,0 +1,24 @@
1DESCRIPTION = "Speex is an Open Source/Free Software patent-free audio compression format designed for speech."
2HOMEPAGE = "http://www.speex.org"
3SECTION = "libs"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://COPYING;md5=314649d8ba9dd7045dfb6683f298d0a8 \
6 file://include/speex/speex.h;beginline=1;endline=34;md5=a68129f78d7fe66e07163f73aba143b3"
7DEPENDS = "libogg"
8
9PR = "r0"
10
11SRC_URI = "http://downloads.us.xiph.org/releases/speex/speex-1.2rc1.tar.gz"
12
13PARALLEL_MAKE = ""
14
15inherit autotools pkgconfig
16
17EXTRA_OECONF = " --enable-fixed-point --with-ogg-libraries=${STAGING_LIBDIR} \
18 --disable-float-api --disable-vbr \
19 --with-ogg-includes=${STAGING_INCDIR} --disable-oggtest"
20
21PACKAGES += "${PN}-bin"
22FILES_${PN} = "${libdir}/lib*.so.*"
23FILES_${PN}-dev += "${libdir}/lib*.so.*"
24FILES_${PN}-bin = "${bindir}"