]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - elfutils/elfutils.nm
python-tornado: Update to version 4.2.1
[people/amarx/ipfire-3.x.git] / elfutils / elfutils.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = elfutils
7 version = 0.161
8 release = 1
9
10 maintainer = Michael Tremer <michael.tremer@ipfire.org>
11 groups = Development/Libraries
12 url = https://fedorahosted.org/elfutils/
13 license = GPLv2 with exceptions
14 summary = A collection of utilities and DSOs to handle compiled objects.
15
16 description
17 Elfutils is a collection of utilities, including ld (a linker),
18 nm (for listing symbols from object files), size (for listing the
19 section sizes of an object or archive file), strip (for discarding
20 symbols), readelf (to see the raw ELF file structures), and elflint
21 (to check for well-formed ELF files).
22 end
23
24 source_dl = https://fedorahosted.org/releases/e/l/elfutils/%{version}/
25 sources = %{thisapp}.tar.bz2
26
27 build
28 requires
29 autoconf
30 automake
31 bzip2-devel
32 m4
33 xz-devel
34 zlib-devel
35 end
36
37 CFLAGS += -Wno-error -Wformat
38
39 configure_options += \
40 --program-prefix=eu- \
41 --disable-werror
42
43 # fails
44 #test
45 # make check
46 #end
47 end
48
49 quality-agent
50 whitelist_rpath
51 %{libdir}/elfutils
52 end
53 end
54
55 packages
56 package %{name}
57
58 package %{name}-devel
59 template DEVEL
60
61 requires
62 %{name} = %{thisver}
63 %{name}-libs = %{thisver}
64 end
65 end
66
67 package %{name}-libs
68 template LIBS
69
70 files += %{libdir}/lib*%{version}.so
71 files += %{libdir}/elfutils
72 end
73
74 package %{name}-debuginfo
75 template DEBUGINFO
76 end
77 end