shell-fm fixes:
[openwrt/svn-archive/archive.git] / utils / zile / Makefile
index c371bf90e31ae370382c141e43bc62b823c14858..b2fd86601d85a4f597301790775c5038141a29b8 100644 (file)
@@ -9,14 +9,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=zile
-PKG_VERSION:=2.2.37
+PKG_VERSION:=2.2.59
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=@SF/zile
-PKG_MD5SUM:=041e047ff293739166c9d17174645200
-
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
+PKG_SOURCE_URL:=@GNU/zile
+PKG_MD5SUM:=ff7e448e230de8eebb6b0a675b73a0fe
 
 include $(INCLUDE_DIR)/package.mk
 
@@ -26,12 +24,12 @@ define Package/zile
   DEPENDS:=+libncurses
   TITLE:=very small emacs-like editor
   URL:=http://zile.sourceforge.net
-  SUBMENU:=editors
+  SUBMENU:=Editors
 endef
 
 define Package/zile/description
-       Zile is a small Emacs clone. Zile is a customizable, self-documenting 
-       real-time display editor. Zile was written to be as similar as possible 
+       Zile is a small Emacs clone. Zile is a customizable, self-documenting
+       real-time display editor. Zile was written to be as similar as possible
        to Emacs; every Emacs user should feel at home with Zile.
 endef