From: Oliver Ertl Date: Fri, 16 Jan 2009 12:15:56 +0000 (+0000) Subject: [packages] utils/digitemp: Update to 3.6.0, fix typo X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=222fda002ced1a5b10d809fdf2c3fa6fbf2396f7;ds=sidebyside [packages] utils/digitemp: Update to 3.6.0, fix typo SVN-Revision: 14049 --- diff --git a/utils/digitemp/Makefile b/utils/digitemp/Makefile index ccb297728a..62fad68b27 100644 --- a/utils/digitemp/Makefile +++ b/utils/digitemp/Makefile @@ -1,13 +1,21 @@ +# +# Copyright (C) 2009 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# +# $Id$ + + include $(TOPDIR)/rules.mk PKG_NAME:=digitemp -PKG_VERSION:=3.5.0 +PKG_VERSION:=3.6.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.digitemp.com/software/linux -PKG_MD5SUM:=72bda9c8a66b017aa969c19dedb3225b -PKG_CAT:=zcat +PKG_MD5SUM:=9be2e48db37920f21925ae6e88f83b84 include $(INCLUDE_DIR)/package.mk @@ -29,7 +37,7 @@ define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS) -DLINUX -I$(STAGING_DIR)/usr/include \ - -I/.src -I./userial -DOWUSB" \ + -I./src -I./userial -DOWUSB" \ LIBS="-L$(STAGING_DIR)/usr/lib -lusb -lm" \ DESTDIR="$(PKG_INSTALL_DIR)" \ ds2490