]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
libatomic_ops: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 8 Jan 2023 16:53:49 +0000 (16:53 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 8 Jan 2023 16:53:49 +0000 (16:53 +0000)
Nothing depends on this

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
libatomic_ops/libatomic_ops.nm [deleted file]

diff --git a/libatomic_ops/libatomic_ops.nm b/libatomic_ops/libatomic_ops.nm
deleted file mode 100644 (file)
index 2764224..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = libatomic_ops
-version    = 7.4.4
-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
-       configure_options += \
-               --enable-shared
-
-       test
-               export LD_LIBRARY_PATH=%{DIR_APP}/src/.libs
-               make check
-       end
-end
-
-packages
-       package %{name}
-
-       package %{name}-devel
-               template DEVEL
-       end
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end