summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cdrtools
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-09 22:59:03 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-09 22:59:03 +0200
commit972dcfcdbfe75dcfeb777150c136576cf1a71e99 (patch)
tree97a61cd7e293d7ae9d56ef7ed0f81253365bb026 /meta/recipes-devtools/cdrtools
downloadpoky-972dcfcdbfe75dcfeb777150c136576cf1a71e99.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta/recipes-devtools/cdrtools')
-rw-r--r--meta/recipes-devtools/cdrtools/cdrtools-native_3.01a20.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a20.bb b/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a20.bb
new file mode 100644
index 0000000000..01f9e6efb6
--- /dev/null
+++ b/meta/recipes-devtools/cdrtools/cdrtools-native_3.01a20.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://cdrecord.berlios.de/private/cdrecord.html"
6SECTION = "console/utils"
7LICENSE = "GPLv2 & CDDL-1.0 & LGPLv2.1+"
8LIC_FILES_CHKSUM = "file://COPYING;md5=32f68170be424c2cd64804337726b312"
9
10SRC_URI = "ftp://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-${PV}.tar.bz2"
11
12SRC_URI[md5sum] = "f8c6f0fdcba7df0606095498d10315a7"
13SRC_URI[sha256sum] = "e399ea964b8048793721b71461271e46d81f242bd2feefb8dbd259c30e75a5a9"
14
15S = "${WORKDIR}/cdrtools-3.01"
16
17inherit native
18
19do_install() {
20 make install GMAKE_NOWARN=true INS_BASE=${prefix} DESTDIR=${D}
21}