]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - libunwind/libunwind.nm
file: Update to 5.18.
[people/ms/ipfire-3.x.git] / libunwind / libunwind.nm
CommitLineData
d1ecc343
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = libunwind
7version = 1.0.1
8release = 1
9
10groups = Development/Debuggers
11url = http://savannah.nongnu.org/projects/libunwind
12license = BSD
13summary = An unwinding library.
14
15description
16 Libunwind provides a C ABI to determine the call-chain of a program.
17end
18
19source_dl = http://download.savannah.gnu.org/releases/libunwind/
20
21build
22 requires
23 autoconf
24 automake
25 libtool
26 end
27
28 prepare_cmds
29 aclocal
30 libtoolize --force
31 autoheader
32 automake --add-missing
33 autoconf
34 end
35
36 configure_options += \
37 --enable-static \
38 --enable-shared
39
40 keep_libraries = %{libdir}/libunwind-ptrace.a
41
42 # Does not work very well.
43 #test
44 # make check
45 #end
46
47 install_cmds
48 rm -vf %{BUILDROOT}%{libdir}/libunwind-ptrace.so*
49 end
50end
51
52packages
53 package %{name}
54
55 package %{name}-devel
56 template DEVEL
57 end
58
59 package %{name}-debuginfo
60 template DEBUGINFO
61 end
62end