############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = libatomic_ops version = 7.4.2 release = 1 groups = Development/Tools url = https://github.com/ivmai/libatomic_ops/ license = GPLv2, MIT summary = Atomic memory update operations description Provides implementations for atomic memory update operations on a number of architectures. This allows direct use of these in reasonably portable code. Unlike earlier similar packages, this one explicitly considers memory barrier semantics, and allows the construction of code that involves minimum overhead across a variety of architectures. end source_dl = http://www.ivmaisoft.com/_bin/atomic_ops/ build requires autoconf automake libtool end prepare_cmds autoreconf -vfi end configure_options += \ --enable-shared test make check end end packages package %{name} package %{name}-devel template DEVEL end package %{name}-debuginfo template DEBUGINFO end end