]> git.ipfire.org Git - ipfire-3.x.git/blame - libatomic_ops/libatomic_ops.nm
clamav: Update to 0.101.4
[ipfire-3.x.git] / libatomic_ops / libatomic_ops.nm
CommitLineData
0e3f04f4
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = libatomic_ops
a552665c 7version = 7.4.4
0e3f04f4
MT
8release = 1
9
10groups = Development/Tools
11url = https://github.com/ivmai/libatomic_ops/
12license = GPLv2, MIT
13summary = Atomic memory update operations
14
15description
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.
21end
22
23source_dl = http://www.ivmaisoft.com/_bin/atomic_ops/
24
25build
0e3f04f4
MT
26 configure_options += \
27 --enable-shared
28
29 test
a552665c 30 export LD_LIBRARY_PATH=%{DIR_APP}/src/.libs
0e3f04f4
MT
31 make check
32 end
33end
34
35packages
36 package %{name}
37
38 package %{name}-devel
39 template DEVEL
40 end
41
42 package %{name}-debuginfo
43 template DEBUGINFO
44 end
45end