]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - smartmontools/smartmontools.nm
kernel: Update to 3.15.6.
[people/ms/ipfire-3.x.git] / smartmontools / smartmontools.nm
CommitLineData
18ca76c1 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
18ca76c1
BS
4###############################################################################
5
802ea3af
MT
6name = smartmontools
7version = 5.40
8release = 1
18ca76c1 9
802ea3af
MT
10groups = System/Statistics
11url = http://smartmontools.sourceforge.net/
12license = GPLv2
13summary = A set of tools that watches HDD S.M.A.R.T status.
18ca76c1 14
802ea3af 15description
18ca76c1
BS
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.
802ea3af
MT
22end
23
24source_dl = http://downloads.sourceforge.net/project/%{name}/%{name}/%{thisapp}
25
26build
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
40end
41
42packages
43 package %{name}
44 end
1f9bc2f0
MT
45
46 package %{name}-debuginfo
47 template DEBUGINFO
48 end
802ea3af 49end