[packages] zile: update to 2.3.15

git-svn-id: svn://svn.openwrt.org/openwrt/packages@20013 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
swalker 2010-03-06 11:21:30 +00:00
parent 14f3490361
commit ccecf2f30a

View File

@ -1,5 +1,5 @@
#
# 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.
@ -8,12 +8,14 @@
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
@ -37,7 +39,7 @@ CONFIGURE_VARS += \
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))