From: Raymond Danks Date: Mon, 24 Jul 2006 16:10:20 +0000 (+0000) Subject: libcdaudio - Initial add. X-Git-Tag: Release-2010-05/1~9453^2~1172 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ebe1fc6eac370e9692898ad41cda0d10fd70e22;p=openembedded.git libcdaudio - Initial add. --- diff --git a/packages/libcdaudio/.mtn2git_empty b/packages/libcdaudio/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/libcdaudio/libcdaudio_0.99.12p2.bb b/packages/libcdaudio/libcdaudio_0.99.12p2.bb new file mode 100644 index 0000000000..3e15ee8dcc --- /dev/null +++ b/packages/libcdaudio/libcdaudio_0.99.12p2.bb @@ -0,0 +1,16 @@ +# libcdaudio .bb build file +# Copyright (C) 2006, Advanced Micro Devices, Inc. All Rights Reserved +# Released under the MIT license (see /COPYING) + +HOMEPAGE = "http://libcdaudio.sourceforge.net/" +DESCRIPTION = "Portable library for controlling audio CDs" +MAINTAINER = "Raymond Danks " +LICENSE = "GPL" + +SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.gz" + +inherit autotools + +do_stage () { + autotools_stage_all +}