aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cdrtools/cdrtools-native_3.02.bb
diff options
context:
space:
mode:
authorDengke Du <dengke.du@windriver.com>2016-12-16 21:06:56 +0800
committerDengke Du <dengke.du@windriver.com>2016-12-19 14:01:21 +0800
commit1d8d15e8fd9c4c9c1eeb6f13e5b069df6d995dce (patch)
tree2ee6d5041a1edff2835fd31872c8f996bad98c8b /meta/recipes-devtools/cdrtools/cdrtools-native_3.02.bb
parentd0d260b0b85790ceb136dd6b0445e8e33d038f5e (diff)
downloadopenembedded-core-contrib-dengke/cdrtools-native-update-to-3.02.tar.gz
cdrtools-native: update 3.01 -> 3.02dengke/cdrtools-native-update-to-3.02
3.01a31 -> 3.02a07 Signed-off-by: Dengke Du <dengke.du@windriver.com>
Diffstat (limited to 'meta/recipes-devtools/cdrtools/cdrtools-native_3.02.bb')
-rw-r--r--meta/recipes-devtools/cdrtools/cdrtools-native_3.02.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-devtools/cdrtools/cdrtools-native_3.02.bb b/meta/recipes-devtools/cdrtools/cdrtools-native_3.02.bb
new file mode 100644
index 0000000000..f8b93860bb
--- /dev/null
+++ b/meta/recipes-devtools/cdrtools/cdrtools-native_3.02.bb
@@ -0,0 +1,26 @@
+# cdrtools-native OE build file
+# Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+SUMMARY = "A set of tools for CD recording, including cdrecord"
+HOMEPAGE = "http://sourceforge.net/projects/cdrtools/"
+SECTION = "console/utils"
+LICENSE = "GPLv2 & CDDL-1.0 & LGPLv2.1+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=32f68170be424c2cd64804337726b312"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/project/cdrtools/alpha/cdrtools-${PV}.tar.bz2"
+
+SRC_URI[md5sum] = "ea362a6a42d8aa0d5fc154d195f47926"
+SRC_URI[sha256sum] = "49c1a67fa7ad3d7c0b05d41d18cb6677b40d4811faba111f0c01145d3ef0491b"
+
+EXTRA_OEMAKE = "-e MAKEFLAGS="
+
+inherit native
+
+PV = "3.02a07"
+REALPV = "3.02"
+
+S = "${WORKDIR}/${BPN}-${REALPV}"
+
+do_install() {
+ make install GMAKE_NOWARN=true INS_BASE=${prefix} DESTDIR=${D}
+}