#
-# Copyright (C) 2006-2009 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.
include $(TOPDIR)/rules.mk
PKG_NAME:=zile
-PKG_VERSION:=2.3.14
+PKG_VERSION:=2.3.15
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@GNU/zile
-PKG_MD5SUM:=88322abbb8146f3c4e7bb31fa4d351c6
+PKG_MD5SUM:=2d9cfab3a7776e5e218b439fbef862a0
+
+PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
define Package/zile/install
$(INSTALL_DIR) $(1)/usr/bin
- $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/$(PKG_NAME) $(1)/usr/bin/
+ $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/$(PKG_NAME) $(1)/usr/bin/
endef
$(eval $(call BuildPackage,zile))