aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libcdaudio
diff options
context:
space:
mode:
authorRaymond Danks <raymond@edanks.com>2006-07-24 16:10:20 +0000
committerRaymond Danks <raymond@edanks.com>2006-07-24 16:10:20 +0000
commit7ebe1fc6eac370e9692898ad41cda0d10fd70e22 (patch)
treee0ac369a07f1a6bf15a6428a4a339505163f1039 /packages/libcdaudio
parentcebe8935da54a5b859793aa9b74e4c44bc6ff19a (diff)
downloadopenembedded-7ebe1fc6eac370e9692898ad41cda0d10fd70e22.tar.gz
libcdaudio - Initial add.
Diffstat (limited to 'packages/libcdaudio')
-rw-r--r--packages/libcdaudio/.mtn2git_empty0
-rw-r--r--packages/libcdaudio/libcdaudio_0.99.12p2.bb16
2 files changed, 16 insertions, 0 deletions
diff --git a/packages/libcdaudio/.mtn2git_empty b/packages/libcdaudio/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/libcdaudio/.mtn2git_empty
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 <info-linux@geode.amd.com>"
+LICENSE = "GPL"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.gz"
+
+inherit autotools
+
+do_stage () {
+ autotools_stage_all
+}