]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - libstatgrab/libstatgrab.nm
kernel: Update to 3.15.6.
[people/ms/ipfire-3.x.git] / libstatgrab / libstatgrab.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = libstatgrab
7 version = 0.17
8 release = 1
9
10 groups = System/Libraries
11 url = http://www.i-scream.org/libstatgrab/
12 license = GNUv2
13 summary = Provides access to statistics about the system.
14
15 description
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.
21 end
22
23 source_dl = ftp://ftp.uk.i-scream.org/pub/i-scream/libstatgrab/
24
25 build
26 requires
27 ncurses-devel
28 end
29 end
30
31 packages
32 package %{name}
33
34 package %{name}-devel
35 template DEVEL
36 end
37
38 package %{name}-debuginfo
39 template DEBUGINFO
40 end
41 end