aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cdrtools
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-27 13:46:36 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-27 13:48:37 +0200
commit08f3e210b06b0d7caa19a002d708427b5b5bbb65 (patch)
tree7e239ed62a2c6d82db754b88573d449f8d20d93e /recipes/cdrtools
parentc7fe35ece6a4f87ecda31104795cb754dbf741fe (diff)
downloadopenembedded-08f3e210b06b0d7caa19a002d708427b5b5bbb65.tar.gz
cdrtools-native: moved to 3.00
Diffstat (limited to 'recipes/cdrtools')
-rw-r--r--recipes/cdrtools/cdrtools-native_2.01.01_alpha77.bb26
-rw-r--r--recipes/cdrtools/cdrtools-native_3.00.bb23
2 files changed, 23 insertions, 26 deletions
diff --git a/recipes/cdrtools/cdrtools-native_2.01.01_alpha77.bb b/recipes/cdrtools/cdrtools-native_2.01.01_alpha77.bb
deleted file mode 100644
index 9e89874c85..0000000000
--- a/recipes/cdrtools/cdrtools-native_2.01.01_alpha77.bb
+++ /dev/null
@@ -1,26 +0,0 @@
-# cdrtools-native OE build file
-# Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved
-# Released under the MIT license (see packages/COPYING)
-
-LICENSE="OSS"
-DESCRIPTION="A set of tools for CD recording, including cdrecord"
-HOMEPAGE="http://cdrecord.berlios.de/private/cdrecord.html"
-
-SRC_URI="http://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-2.01.01a77.tar.bz2;name=src"
-SRC_URI[src.md5sum] = "0564e79a18d9a6768dbbb02a7717c5ab"
-SRC_URI[src.sha256sum] = "c007e72ec113503a30f26f7b344d95f804a72ff4981141e2a55fc2b32db324cc"
-
-S="${WORKDIR}/cdrtools-${PV}"
-PR = "r2"
-
-inherit native
-
-STAGE_TEMP="${WORKDIR}/stage_temp"
-
-do_stage() {
- install -d ${STAGE_TEMP}
- make install INS_BASE=${STAGE_TEMP}
-
- install -d ${STAGING_BINDIR}
- install ${STAGE_TEMP}/bin/* ${STAGING_BINDIR}
-}
diff --git a/recipes/cdrtools/cdrtools-native_3.00.bb b/recipes/cdrtools/cdrtools-native_3.00.bb
new file mode 100644
index 0000000000..8223dcff5d
--- /dev/null
+++ b/recipes/cdrtools/cdrtools-native_3.00.bb
@@ -0,0 +1,23 @@
+# cdrtools-native OE build file
+# Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+
+LICENSE="OSS"
+DESCRIPTION="A set of tools for CD recording, including cdrecord"
+HOMEPAGE="http://cdrecord.berlios.de/private/cdrecord.html"
+
+SRC_URI="ftp://ftp.berlios.de/pub/cdrecord/cdrtools-3.00.tar.gz"
+SRC_URI[md5sum] = "bb21cefefcfbb76cf249120e8978ffdd"
+SRC_URI[sha256sum] = "6326762da8b8281c9a910c66fe698cd4d1bc5f33c37b59e8f1c83343c25f3e98"
+
+
+S="${WORKDIR}/cdrtools-${PV}"
+PR = "r0"
+
+inherit native
+
+do_install() {
+ make install INS_BASE=${D}/${exec_prefix}
+}
+
+NATIVE_INSTALL_WORKS = "1"