]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - collecty/collecty.nm
tzdata: Update to 2014j
[people/ms/ipfire-3.x.git] / collecty / collecty.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = collecty
7 version = 0.0.2
8 release = 1
9
10 maintainer = Michael Tremer <michael.tremer@ipfire.org>
11 groups = System/Monitoring
12 url = http://git.ipfire.org/?p=oddments/collecty.git;a=summary
13 license = GPLv3+
14 summary = A system data collecting daemon.
15
16 description
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.
20 end
21
22 source_dl = http://source.ipfire.org/releases/collecty/
23
24 build
25 requires
26 gettext
27 python
28 end
29
30 install
31 mkdir -pv %{BUILDROOT}%{bindir}
32 make install DESTDIR=%{BUILDROOT}
33 end
34 end
35
36 packages
37 package %{name}
38 groups += Base
39 end
40 end