]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - libatomic_ops/libatomic_ops.nm
openssl: Update to 1.0.2d (CVE-2015-1793)
[people/amarx/ipfire-3.x.git] / libatomic_ops / libatomic_ops.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libatomic_ops
7 version = 7.4.2
8 release = 1
9
10 groups = Development/Tools
11 url = https://github.com/ivmai/libatomic_ops/
12 license = GPLv2, MIT
13 summary = Atomic memory update operations
14
15 description
16 Provides implementations for atomic memory update operations on a
17 number of architectures. This allows direct use of these in reasonably
18 portable code. Unlike earlier similar packages, this one explicitly
19 considers memory barrier semantics, and allows the construction of code
20 that involves minimum overhead across a variety of architectures.
21 end
22
23 source_dl = http://www.ivmaisoft.com/_bin/atomic_ops/
24
25 build
26 requires
27 autoconf
28 automake
29 libtool
30 end
31
32 prepare_cmds
33 autoreconf -vfi
34 end
35
36 configure_options += \
37 --enable-shared
38
39 test
40 make check
41 end
42 end
43
44 packages
45 package %{name}
46
47 package %{name}-devel
48 template DEVEL
49 end
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
54 end