X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=utils%2Fsmartmontools%2FMakefile;h=574894cd8f8f04f264ec99b69f3b26a2685efc50;hp=cc3ac6f0a5869cdfdf3d044560448207c98f918b;hb=b78af82c7a419de6c9f0ded8e4a6096f115074dc;hpb=f95da3f28198b48af3bc153ae67fee9686c1ca93 diff --git a/utils/smartmontools/Makefile b/utils/smartmontools/Makefile index cc3ac6f0a5..574894cd8f 100644 --- a/utils/smartmontools/Makefile +++ b/utils/smartmontools/Makefile @@ -9,14 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=smartmontools -PKG_VERSION:=5.37 -PKG_RELEASE:=2 +PKG_VERSION:=5.38 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/smartmontools -PKG_MD5SUM:=4ab3668b7d1362ce923f64a211e0e568 - -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) +PKG_MD5SUM:=a282846532ecbd6b4a28072373b3a70b include $(INCLUDE_DIR)/package.mk @@ -29,9 +27,9 @@ define Package/smartmontools endef define Package/smartmontools/description - smartmontools contains utility programs (smartctl, smartd) to - control/monitor storage systems using the Self-Monitoring, Analysis - and Reporting Technology System (S.M.A.R.T.) built into most modern + smartmontools contains utility programs (smartctl, smartd) to + control/monitor storage systems using the Self-Monitoring, Analysis + and Reporting Technology System (S.M.A.R.T.) built into most modern ATA and SCSI disks. It is derived from smartsuite. endef