[packages] zile: Update to v2.3.9 (closes #5661)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17212 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
78a5601226
commit
1fc7bb3652
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2006 OpenWrt.org
|
||||
#
|
||||
# Copyright (C) 2006-2009 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:=zile
|
||||
PKG_VERSION:=2.2.59
|
||||
PKG_VERSION:=2.3.9
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=@GNU/zile
|
||||
PKG_MD5SUM:=ff7e448e230de8eebb6b0a675b73a0fe
|
||||
PKG_MD5SUM:=51f2fb489b81d80f997644e872445370
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
@ -32,13 +32,9 @@ define Package/zile/description
|
||||
to Emacs; every Emacs user should feel at home with Zile.
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR)/src
|
||||
endef
|
||||
|
||||
define Package/zile/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(CP) $(PKG_BUILD_DIR)/src/$(PKG_NAME) $(1)/usr/bin/
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/$(PKG_NAME) $(1)/usr/bin/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,zile))
|
||||
|
Loading…
x
Reference in New Issue
Block a user