From b8243fc599445fe8cefbf60a2027dcb91764f336 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 18 Oct 2010 20:38:42 +0000 Subject: [PATCH] [package] update heyu to 2.9.1 Signed-off-by: Raphael Huck git-svn-id: svn://svn.openwrt.org/openwrt/packages@23519 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/heyu/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/utils/heyu/Makefile b/utils/heyu/Makefile index 00f9529a4..6694a265a 100644 --- a/utils/heyu/Makefile +++ b/utils/heyu/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=heyu -PKG_VERSION:=2.9.0 +PKG_VERSION:=2.9.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=http://heyu.tanj.com/download/ -PKG_MD5SUM:=e0d0788ce1049647023ed096a3007552 +PKG_MD5SUM:=89d20d7f45109e7add5f0a141eac04eb include $(INCLUDE_DIR)/package.mk @@ -47,9 +47,10 @@ define Build/Compile ) endef -define Package/heyu/install +define Package/heyu/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_BUILD_DIR)/heyu $(1)/usr/bin/ + $(INSTALL_DIR) $(1)/etc/$(PKG_NAME) $(INSTALL_DATA) ./files/x10.conf $(1)/etc/$(PKG_NAME)/x10.conf endef