summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a31.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-08-07 18:08:26 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-11 09:28:50 -0700
commit514077b23167d645cea0cd4366c40fc4a5be964e (patch)
tree3acee56c18782e15af2174b26f8cdb3fe3b014d7 /meta/recipes-devtools/cdrtools/cdrtools-native_3.01a31.bb
parent072330d3c9a6262e93c91f65f9581f0ae75707fe (diff)
downloadpoky-514077b23167d645cea0cd4366c40fc4a5be964e.tar.gz
cdrtools: update to 3.01a31
(From OE-Core rev: 1a60929628fc6ece908a28f18317063c5520cf1c) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/cdrtools/cdrtools-native_3.01a31.bb')
-rw-r--r--meta/recipes-devtools/cdrtools/cdrtools-native_3.01a31.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a31.bb b/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a31.bb
new file mode 100644
index 0000000000..d0f36e23d5
--- /dev/null
+++ b/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a31.bb
@@ -0,0 +1,21 @@
1# cdrtools-native OE build file
2# Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved
3# Released under the MIT license (see packages/COPYING)
4SUMMARY = "A set of tools for CD recording, including cdrecord"
5HOMEPAGE = "http://sourceforge.net/projects/cdrtools/"
6SECTION = "console/utils"
7LICENSE = "GPLv2 & CDDL-1.0 & LGPLv2.1+"
8LIC_FILES_CHKSUM = "file://COPYING;md5=32f68170be424c2cd64804337726b312"
9
10SRC_URI = "${SOURCEFORGE_MIRROR}/project/cdrtools/alpha/cdrtools-${PV}.tar.bz2"
11
12SRC_URI[md5sum] = "78172557894f469b4584d008e93ec469"
13SRC_URI[sha256sum] = "183b5c12777779e78d8b69461aae52401f863768e7e7391d60730006f8cadc5a"
14
15S = "${WORKDIR}/cdrtools-3.01"
16
17inherit native
18
19do_install() {
20 make install GMAKE_NOWARN=true INS_BASE=${prefix} DESTDIR=${D}
21}