]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
libstatgrab: Drop package
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 8 Jan 2023 13:47:05 +0000 (13:47 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 8 Jan 2023 13:47:05 +0000 (13:47 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
libstatgrab/libstatgrab.nm [deleted file]

diff --git a/libstatgrab/libstatgrab.nm b/libstatgrab/libstatgrab.nm
deleted file mode 100644 (file)
index e509cef..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = libstatgrab
-version    = 0.91
-release    = 1
-
-groups     = System/Libraries
-url        = http://www.i-scream.org/libstatgrab/
-license    = GNUv2
-summary    = Provides access to statistics about the system.
-
-description
-       libstatgrab is a library that provides statistics about the system on 
-       which it's run. It's written in C and presents a selection of useful 
-       interfaces which can be used to access key system statistics. 
-       The current list of statistics includes CPU usage, memory utilisation, 
-       disk usage, process counts, network traffic, disk I/O, and more. 
-end
-
-source_dl  = ftp://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/
-
-build
-       requires
-               ncurses-devel
-       end
-end
-
-packages
-       package %{name}
-
-       package %{name}-devel
-               template DEVEL
-       end
-
-       package %{name}-debuginfo
-               template DEBUGINFO
-       end
-end