X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=utils%2Fzile%2FMakefile;h=cdec2a718901a380913f1c4babcc7c4db8e23a68;hb=b2bb16fe59d9730f3c167886e85eb8c4f21a84f2;hp=c7b476dad10b53623adf7c980f39e2cf129a72b5;hpb=c06f39999786660c95192ab42dc9527ba5e60d0a;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/utils/zile/Makefile b/utils/zile/Makefile index c7b476dad1..cdec2a7189 100644 --- a/utils/zile/Makefile +++ b/utils/zile/Makefile @@ -1,22 +1,19 @@ -# -# 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. # -# $Id$ include $(TOPDIR)/rules.mk PKG_NAME:=zile -PKG_VERSION:=2.2.37 +PKG_VERSION:=2.3.13 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:=61d1120a367cca13b98d6f1265551387 include $(INCLUDE_DIR)/package.mk @@ -25,21 +22,19 @@ define Package/zile CATEGORY:=Utilities DEPENDS:=+libncurses TITLE:=very small emacs-like editor - 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 \\\ - to Emacs; every Emacs user should feel at home with Zile. - URL:=http://zile.sourceforge.net + URL:=http://www.gnu.org/software/zile/ + SUBMENU:=Editors endef -define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR)/src \ - all +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 + to Emacs; every Emacs user should feel at home with Zile. 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))