ddrescue-1.14: Initial recipe for GNU ddrescue
authorAndreas Oberritter <obi@opendreambox.org>
Fri, 21 Jan 2011 01:02:35 +0000 (01:02 +0000)
committerAndreas Oberritter <obi@opendreambox.org>
Sat, 22 Jan 2011 17:58:29 +0000 (17:58 +0000)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
recipes/ddrescue/ddrescue_1.14.bb [new file with mode: 0644]

diff --git a/recipes/ddrescue/ddrescue_1.14.bb b/recipes/ddrescue/ddrescue_1.14.bb
new file mode 100644 (file)
index 0000000..59bcdef
--- /dev/null
@@ -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}'"