aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libcdaudio
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libcdaudio')
-rw-r--r--recipes/libcdaudio/libcdaudio_0.99.12p2.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/libcdaudio/libcdaudio_0.99.12p2.bb b/recipes/libcdaudio/libcdaudio_0.99.12p2.bb
new file mode 100644
index 0000000000..91b80611d4
--- /dev/null
+++ b/recipes/libcdaudio/libcdaudio_0.99.12p2.bb
@@ -0,0 +1,17 @@
+# 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"
+SECTION = "libs"
+LICENSE = "GPL"
+PR = "r1"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.gz"
+
+inherit autotools
+
+do_stage () {
+ autotools_stage_all
+}