From: Andreas Oberritter Date: Fri, 21 Jan 2011 01:02:35 +0000 (+0000) Subject: ddrescue-1.14: Initial recipe for GNU ddrescue X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b66a04703e9a2de5e772adc669bfd5487b5f777b;p=openembedded.git ddrescue-1.14: Initial recipe for GNU ddrescue Signed-off-by: Andreas Oberritter --- 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}'"