]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - ddrescue/ddrescue.nm
elfutils: Correctly configure debuginfod
[people/pmueller/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.21
8 release = 1
9
10 groups = System/Tools
11 url = http://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 = http://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 --enable-linux \
29 CPPFLAGS="%{CPPFLAGS}" \
30 CFLAGS="%{CFLAGS}" \
31 LDFLAGS="%{LDFLAGS}" \
32 CXXFLAGS="%{CXXFLAGS}"
33
34 test
35 make check
36 end
37 end
38
39 packages
40 package %{name}
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
45 end