]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libunwind/libunwind.nm
json-glib: New package.
[people/ms/ipfire-3.x.git] / libunwind / libunwind.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libunwind
7 version = 1.0.1
8 release = 1
9
10 groups = Development/Debuggers
11 url = http://savannah.nongnu.org/projects/libunwind
12 license = BSD
13 summary = An unwinding library.
14
15 description
16 Libunwind provides a C ABI to determine the call-chain of a program.
17 end
18
19 source_dl = http://download.savannah.gnu.org/releases/libunwind/
20
21 build
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
50 end
51
52 packages
53 package %{name}
54
55 package %{name}-devel
56 template DEVEL
57 end
58
59 package %{name}-debuginfo
60 template DEBUGINFO
61 end
62 end