]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - smartmontools/smartmontools.nm
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x into samba4
[people/amarx/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 6name = smartmontools
9059d74c 7version = 6.5
802ea3af 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
9059d74c 24source_dl = http://sourceforge.net/projects/smartmontools/files/smartmontools/%{version}
802ea3af
MT
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