-#
+#
# Copyright (C) 2006 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
include $(TOPDIR)/rules.mk
PKG_NAME:=lm-sensors
-PKG_VERSION:=3.0.2
+PKG_VERSION:=3.1.1
PKG_RELEASE:=1
PKG_SOURCE:=lm_sensors-$(PKG_VERSION).tar.bz2
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)
SECTION:=utils
CATEGORY:=Utilities
TITLE:=lm-sensors
- DEPENDS:=+sysfsutils @LINUX_2_6
+ DEPENDS:=+sysfsutils libsensors @LINUX_2_6
URL:=http://www.lm-sensors.org/
endef
lm-sensors libraries
endef
+define Package/lm-sensors/conffiles
+/etc/sensors.conf
+endef
+
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
KERNELVERSION="$(LINUX_VERSION)" \
define Package/lm-sensors/install
$(INSTALL_DIR) $(1)/usr/sbin
- $(CP) $(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/sensors/sensors $(1)/usr/sbin/
+ $(INSTALL_BIN) $(PKG_BUILD_DIR)/prog/detect/sensors-detect $(1)/usr/sbin/
$(INSTALL_DIR) $(1)/etc
- $(CP) files/sensors.conf $(1)/etc/sensors.conf
+ $(INSTALL_CONF) ./files/sensors.conf $(1)/etc/sensors.conf
endef
define Package/libsensors/install