# live555 OE build file # Copyright (C) 2005, Koninklijke Philips Electronics NV. All Rights Reserved # Released under the MIT license (see packages/COPYING) DESCRIPTION = "LIVE555 Streaming Media libraries" HOMEPAGE = "http://live.com/" LICENSE = "LGPL" SECTION = "devel" MAINTAINER = "Eddy Pronk " SRC_URI = "http://live.com/liveMedia/public/live.2005.10.05.tar.gz \ file://config.linux-cross" S = "${WORKDIR}/live" do_configure() { cp ${WORKDIR}/config.linux-cross . ./genMakefiles linux-cross } do_compile() { make }