[oe-commits] Frans Meulenbroeks : cdrtools-native: moved to 3.00

git version control git at git.openembedded.org
Fri Aug 27 12:28:35 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 08f3e210b06b0d7caa19a002d708427b5b5bbb65
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=08f3e210b06b0d7caa19a002d708427b5b5bbb65

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Fri Aug 27 13:46:36 2010 +0200

cdrtools-native: moved to 3.00

---

 .../cdrtools/cdrtools-native_2.01.01_alpha77.bb    |   26 --------------------
 recipes/cdrtools/cdrtools-native_3.00.bb           |   23 +++++++++++++++++
 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 9e89874..0000000
--- 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 0000000..8223dcf
--- /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"





More information about the Openembedded-commits mailing list