]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - collecty/collecty.nm
kernel: Update to 3.15.6.
[people/ms/ipfire-3.x.git] / collecty / collecty.nm
CommitLineData
18de5133
MT
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = collecty
7version = 0.0.2
8release = 1
9
10maintainer = Michael Tremer <michael.tremer@ipfire.org>
11groups = System/Monitoring
12url = http://git.ipfire.org/?p=oddments/collecty.git;a=summary
13license = GPLv3+
14summary = A system data collecting daemon.
15
16description
17 collecty is a daemon which collects data from the
18 system like CPU usage and many more.
19 It has been designed with power efficiency in mind.
20end
21
22source_dl = http://source.ipfire.org/releases/collecty/
23
24build
25 requires
26 gettext
27 python
28 end
29
30 install
31 mkdir -pv %{BUILDROOT}%{bindir}
32 make install DESTDIR=%{BUILDROOT}
33 end
34end
35
36packages
37 package %{name}
38 groups += Base
39 end
40end