]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
pax-utils: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 21 Dec 2022 11:00:08 +0000 (11:00 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 21 Dec 2022 11:00:08 +0000 (11:00 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
pax-utils/pax-utils.nm [deleted file]

diff --git a/pax-utils/pax-utils.nm b/pax-utils/pax-utils.nm
deleted file mode 100644 (file)
index dca2b2c..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = pax-utils
-version    = 0.1.19
-release    = 1
-
-groups     = Security/Tools
-url        = http://www.gentoo.org/proj/en/hardened/pax-utils.xml
-license    = GPLv2+
-summary    = Utilities for checking PaX features.
-
-description
-       This package contains several utilities for checking PaX features.
-end
-
-source_dl  =
-sources    = %{thisapp}.tar.bz2
-
-build
-       requires
-               libcap-devel
-       end
-
-       build
-               make CFLAGS="%{CFLAGS}" USE_CAP=yes %{PARALLELISMFLAGS}
-       end
-end
-
-packages
-       package %{name}
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end