From: Marcus Scholz Date: Tue, 8 Sep 2009 13:22:54 +0000 (+0200) Subject: Add details, licence information and description, url etc. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b83ba53c7508e2b8fd596ae97d33b583f58a5cde;p=ipfire-3.x.git Add details, licence information and description, url etc. --- diff --git a/lfs/smartmontools b/lfs/smartmontools index 8fdadca3e..55f8bd5ec 100644 --- a/lfs/smartmontools +++ b/lfs/smartmontools @@ -33,9 +33,25 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +MAINTAINER = +GROUP = Networking/VPN CORE = yes EXTRA = no DEBUG = no +BUILD_DEPS = +DEPS = + +URL = http://smartmontools.sourceforge.net/ +LICENSE = GPLv2 +SHORT_DESC = A set of tools that watches HDD S.M.A.R.T status. + +define LONG_DESC +The smartmontools package contains two utility programs (smartctl and \ +smartd) to control and monitor storage systems using the Self-Monitoring, \ +Analysis and Reporting Technology System (SMART) built into most modern ATA \ +and SCSI harddisks. In many cases, these utilities will provide advanced \ +warning of disk degradation and failure. \ +endef ############################################################################### # Top-level Rules