[package] update heyu to 2.9.1

Signed-off-by: Raphael Huck <rhk@cksum.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23519 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2010-10-18 20:38:42 +00:00
parent 026e785705
commit b8243fc599

View File

@ -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. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=heyu PKG_NAME:=heyu
PKG_VERSION:=2.9.0 PKG_VERSION:=2.9.1
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=http://heyu.tanj.com/download/ PKG_SOURCE_URL:=http://heyu.tanj.com/download/
PKG_MD5SUM:=e0d0788ce1049647023ed096a3007552 PKG_MD5SUM:=89d20d7f45109e7add5f0a141eac04eb
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
@ -47,9 +47,10 @@ define Build/Compile
) )
endef endef
define Package/heyu/install define Package/heyu/install
$(INSTALL_DIR) $(1)/usr/bin $(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/heyu $(1)/usr/bin/ $(INSTALL_BIN) $(PKG_BUILD_DIR)/heyu $(1)/usr/bin/
$(INSTALL_DIR) $(1)/etc/$(PKG_NAME) $(INSTALL_DIR) $(1)/etc/$(PKG_NAME)
$(INSTALL_DATA) ./files/x10.conf $(1)/etc/$(PKG_NAME)/x10.conf $(INSTALL_DATA) ./files/x10.conf $(1)/etc/$(PKG_NAME)/x10.conf
endef endef