]> git.ipfire.org Git - ipfire-3.x.git/blob - ddrescue/ddrescue.nm
libxcrypt: Update to version 4.4.36
[ipfire-3.x.git] / ddrescue / ddrescue.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = ddrescue
7 version = 1.26
8 release = 1
9
10 groups = System/Tools
11 url = https://gnu.org/software/ddrescue
12 license = GPLv2+
13 summary = Data recovery tool
14
15 description
16 GNU ddrescue is a data recovery tool. It copies data from one file or
17 block device (hard disc, cdrom, etc) to another, trying to rescue the
18 good parts first in case of read errors.
19 end
20
21 source_dl = https://ftp.gnu.org/gnu/ddrescue/
22 sources = %{thisapp}.tar.lz
23
24 build
25 # ddrescue comes with a non-traditional configure script
26 configure_options = \
27 --prefix=%{prefix} \
28 CPPFLAGS="%{CPPFLAGS}" \
29 CFLAGS="%{CFLAGS}" \
30 LDFLAGS="%{LDFLAGS}" \
31 CXXFLAGS="%{CXXFLAGS}"
32
33 test
34 make check
35 end
36 end
37
38 packages
39 package %{name}
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
44 end