[package] update lm-sensors to 3.1.1 (#5696)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17263 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
53601ce65c
commit
2b9c48ec1b
@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=lm-sensors
|
PKG_NAME:=lm-sensors
|
||||||
PKG_VERSION:=3.0.2
|
PKG_VERSION:=3.1.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=lm_sensors-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=lm_sensors-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://dl.lm-sensors.org/lm-sensors/releases/
|
PKG_SOURCE_URL:=http://dl.lm-sensors.org/lm-sensors/releases/
|
||||||
PKG_MD5SUM:=5b210ba9cc01f00161c438fd618484e5
|
PKG_MD5SUM:=613d7cfa23b70c0abae3fabb0a72ff5f
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/lm_sensors-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/lm_sensors-$(PKG_VERSION)
|
||||||
|
|
||||||
@ -23,7 +23,7 @@ define Package/lm-sensors/Default
|
|||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=lm-sensors
|
TITLE:=lm-sensors
|
||||||
DEPENDS:=+sysfsutils @LINUX_2_6
|
DEPENDS:=+sysfsutils libsensors @LINUX_2_6
|
||||||
URL:=http://www.lm-sensors.org/
|
URL:=http://www.lm-sensors.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -48,6 +48,10 @@ define Package/libsensors/description
|
|||||||
lm-sensors libraries
|
lm-sensors libraries
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/lm-sensors/conffiles
|
||||||
|
/etc/sensors.conf
|
||||||
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
KERNELVERSION="$(LINUX_VERSION)" \
|
KERNELVERSION="$(LINUX_VERSION)" \
|
||||||
@ -61,10 +65,10 @@ endef
|
|||||||
|
|
||||||
define Package/lm-sensors/install
|
define Package/lm-sensors/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
$(CP) $(PKG_BUILD_DIR)/prog/sensors/sensors $(1)/usr/sbin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/prog/sensors/sensors $(1)/usr/sbin/
|
||||||
$(CP) $(PKG_BUILD_DIR)/prog/detect/sensors-detect $(1)/usr/sbin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/prog/detect/sensors-detect $(1)/usr/sbin/
|
||||||
$(INSTALL_DIR) $(1)/etc
|
$(INSTALL_DIR) $(1)/etc
|
||||||
$(CP) files/sensors.conf $(1)/etc/sensors.conf
|
$(INSTALL_CONF) ./files/sensors.conf $(1)/etc/sensors.conf
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libsensors/install
|
define Package/libsensors/install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user