From af181bf461e35445f2828314166c6f9a6f4f3048 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 2 Dec 2013 20:41:39 +0100 Subject: [PATCH] add recipe for libopencore-amr --- .../libopencore-amr/libopencore-amr_0.1.3.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes-misc/libopencore-amr/libopencore-amr_0.1.3.bb diff --git a/recipes-misc/libopencore-amr/libopencore-amr_0.1.3.bb b/recipes-misc/libopencore-amr/libopencore-amr_0.1.3.bb new file mode 100644 index 0000000000..34304b7b72 --- /dev/null +++ b/recipes-misc/libopencore-amr/libopencore-amr_0.1.3.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "OpenCORE AMR decoder library" +SECTION = "libs" +LICENSE="Apache-2.0" +LIC_FILES_CHKSUM = "file://COPYING;md5=dd2c2486aca02190153cf399e508c7e7" +PR = "r0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/opencore-amr/opencore-amr-${PV}.tar.gz" +S = "${WORKDIR}/opencore-amr-${PV}" + +inherit autotools + +SRC_URI[md5sum] = "09d2c5dfb43a9f6e9fec8b1ae678e725" +SRC_URI[sha256sum] = "106bf811c1f36444d7671d8fd2589f8b2e0cca58a2c764da62ffc4a070595385"