1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
9 thisapp = nettle-%{version}
11 groups = System/Libraries
12 url = http://www.lysator.liu.se/~nisse/nettle/
14 summary = A low-level cryptographic library.
17 Nettle is a cryptographic library that is designed to fit easily in
18 more or less any context: In crypto toolkits for object-oriented
19 languages (C++, Python, Pike, ...), in applications like LSH or GNUPG,
20 or even in kernel space.
23 source_dl = http://www.lysator.liu.se/~nisse/archive/
31 configure_options += \
39 # Install just the library and no headers.
40 mkdir -pv %{BUILDROOT}%{libdir}
42 install -m 755 libhogweed.so %{BUILDROOT}%{libdir}/libhogweed.so.2.5
43 ln -svf libhogweed.so.2.5 %{BUILDROOT}%{libdir}/libhogweed.so.2
45 install -m 755 libnettle.so %{BUILDROOT}%{libdir}/libnettle.so.4.7
46 ln -svf libnettle.so.4.7 %{BUILDROOT}%{libdir}/libnettle.so.4
61 package %{name}-debuginfo