This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 659ef6bffcd217994842073ef051a6aaf9141083 (commit) from c0f84b30fafdf0f5beabcdaddecb6d6795aee630 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 659ef6bffcd217994842073ef051a6aaf9141083 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Nov 26 12:39:56 2016 +0000
ddrescue: New package
ddrescue is a data recovery tool
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: ddrescue/ddrescue.nm | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 ddrescue/ddrescue.nm
Difference in files: diff --git a/ddrescue/ddrescue.nm b/ddrescue/ddrescue.nm new file mode 100644 index 0000000..be34d02 --- /dev/null +++ b/ddrescue/ddrescue.nm @@ -0,0 +1,45 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team info@ipfire.org # +############################################################################### + +name = ddrescue +version = 1.21 +release = 1 + +groups = System/Tools +url = http://gnu.org/software/ddrescue +license = GPLv2+ +summary = Data recovery tool + +description + GNU ddrescue is a data recovery tool. It copies data from one file or + block device (hard disc, cdrom, etc) to another, trying to rescue the + good parts first in case of read errors. +end + +source_dl = http://ftp.gnu.org/gnu/ddrescue/ +sources = %{thisapp}.tar.lz + +build + # ddrescue comes with a non-traditional configure script + configure_options = \ + --prefix=%{prefix} \ + --enable-linux \ + CPPFLAGS="%{CPPFLAGS}" \ + CFLAGS="%{CFLAGS}" \ + LDFLAGS="%{LDFLAGS}" \ + CXXFLAGS="%{CXXFLAGS}" + + test + make check + end +end + +packages + package %{name} + + package %{name}-debuginfo + template DEBUGINFO + end +end
hooks/post-receive -- IPFire 3.x development tree