]> git.ipfire.org Git - ipfire-3.x.git/blame - libstatgrab/libstatgrab.nm
clamav: Update to 0.101.4
[ipfire-3.x.git] / libstatgrab / libstatgrab.nm
CommitLineData
1fc64368
EK
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = libstatgrab
242dc4cf 7version = 0.91
1fc64368
EK
8release = 1
9
10groups = System/Libraries
11url = http://www.i-scream.org/libstatgrab/
12license = GNUv2
13summary = Provides access to statistics about the system.
14
15description
16 libstatgrab is a library that provides statistics about the system on
17 which it's run. It's written in C and presents a selection of useful
18 interfaces which can be used to access key system statistics.
19 The current list of statistics includes CPU usage, memory utilisation,
20 disk usage, process counts, network traffic, disk I/O, and more.
21end
22
23source_dl = ftp://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/
24
25build
26 requires
27 ncurses-devel
28 end
29end
30
31packages
32 package %{name}
33
34 package %{name}-devel
35 template DEVEL
36 end
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
41end