aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ddrescue
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2011-01-21 01:02:35 +0000
committerAndreas Oberritter <obi@opendreambox.org>2011-01-22 17:58:29 +0000
commitb66a04703e9a2de5e772adc669bfd5487b5f777b (patch)
treea530e24921d759e4c4179866f9ce92be30230fcc /recipes/ddrescue
parent63375e9d0ea34946178707b4e91abc8522ffcdf4 (diff)
downloadopenembedded-b66a04703e9a2de5e772adc669bfd5487b5f777b.tar.gz
ddrescue-1.14: Initial recipe for GNU ddrescue
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Diffstat (limited to 'recipes/ddrescue')
-rw-r--r--recipes/ddrescue/ddrescue_1.14.bb14
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 0000000000..59bcdefebe
--- /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}'"