]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - smartmontools/smartmontools.nm
kernel: Update to 3.15.6.
[people/ms/ipfire-3.x.git] / smartmontools / smartmontools.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = smartmontools
7 version = 5.40
8 release = 1
9
10 groups = System/Statistics
11 url = http://smartmontools.sourceforge.net/
12 license = GPLv2
13 summary = A set of tools that watches HDD S.M.A.R.T status.
14
15 description
16 The smartmontools package contains two utility programs (smartctl \
17 and smartd) to control and monitor storage systems using the \
18 Self-Monitoring, Analysis and Reporting Technology System (SMART) \
19 built into most modern ATA and SCSI harddisks. In many cases, \
20 these utilities will provide advanced warning of disk degradation \
21 and failure.
22 end
23
24 source_dl = http://downloads.sourceforge.net/project/%{name}/%{name}/%{thisapp}
25
26 build
27 requires
28 gcc-c++
29 libselinux-devel
30 end
31
32 configure_options += \
33 --mandir=/usr/share/man \
34 --sysconfdir=/etc \
35 --with-selinux
36
37 install_cmds
38 rm -rvf %{BUILDROOT}/etc/rc.d
39 end
40 end
41
42 packages
43 package %{name}
44 end
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
49 end