libcdaudio - Initial add.
authorRaymond Danks <raymond@edanks.com>
Mon, 24 Jul 2006 16:10:20 +0000 (16:10 +0000)
committerRaymond Danks <raymond@edanks.com>
Mon, 24 Jul 2006 16:10:20 +0000 (16:10 +0000)
packages/libcdaudio/.mtn2git_empty [new file with mode: 0644]
packages/libcdaudio/libcdaudio_0.99.12p2.bb [new file with mode: 0644]

diff --git a/packages/libcdaudio/.mtn2git_empty b/packages/libcdaudio/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/libcdaudio/libcdaudio_0.99.12p2.bb b/packages/libcdaudio/libcdaudio_0.99.12p2.bb
new file mode 100644 (file)
index 0000000..3e15ee8
--- /dev/null
@@ -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 <info-linux@geode.amd.com>"
+LICENSE = "GPL"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.gz"
+
+inherit autotools
+
+do_stage () {
+       autotools_stage_all
+}