[oe-commits] Andreas Oberritter : ddrescue-1.14: Initial recipe for GNU ddrescue

git version control git at git.openembedded.org
Sat Jan 22 18:19:58 UTC 2011


Module: openembedded.git
Branch: master
Commit: b66a04703e9a2de5e772adc669bfd5487b5f777b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b66a04703e9a2de5e772adc669bfd5487b5f777b

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Fri Jan 21 01:02:35 2011 +0000

ddrescue-1.14: Initial recipe for GNU ddrescue

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>

---

 recipes/ddrescue/ddrescue_1.14.bb |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/recipes/ddrescue/ddrescue_1.14.bb b/recipes/ddrescue/ddrescue_1.14.bb
new file mode 100644
index 0000000..59bcdef
--- /dev/null
+++ b/recipes/ddrescue/ddrescue_1.14.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "GNU ddrescue is a data recovery tool"
+AUTHOR = "Antonio Diaz Diaz"
+HOMEPAGE = "http://www.gnu.org/software/ddrescue/ddrescue.html"
+SECTION = "console"
+PRIORITY = "optional"
+LICENSE = "GPLv3+"
+
+SRC_URI = "${GNU_MIRROR}/${PN}/${P}.tar.gz"
+SRC_URI[md5sum] = "d6f6cc63df9ad352bc6e43b65c975af5"
+SRC_URI[sha256sum] = "cd17b92d64d68ecdef5a61ae17741d45c856a8c5f49e44fbf1f4381d29aaa906"
+
+inherit autotools
+
+EXTRA_OECONF = "'CXX=${CXX}' 'CPPFLAGS=${CPPFLAGS}' 'CXXFLAGS=${CXXFLAGS}' 'LDFLAGS=${LDFLAGS}'"





More information about the Openembedded-commits mailing list