From: florian Date: Tue, 22 Sep 2009 06:12:40 +0000 (+0000) Subject: [package] update nano to 2.1.11 (#5879) X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=93446143b7365cf9298a93e67e40d444506f9155;p=packages.git [package] update nano to 2.1.11 (#5879) git-svn-id: svn://svn.openwrt.org/openwrt/packages@17671 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/nano/Makefile b/utils/nano/Makefile index 020d550a7..cb2066391 100644 --- a/utils/nano/Makefile +++ b/utils/nano/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nano -PKG_VERSION:=2.1.9 +PKG_VERSION:=2.1.11 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.nano-editor.org/dist/v2.1 -PKG_MD5SUM:=41e9ffb4a055eba666cdb17c4e50ba21 +PKG_MD5SUM:=15d8c0717c646de2e946e1eb408feec7 include $(INCLUDE_DIR)/package.mk @@ -27,8 +27,8 @@ define Package/nano endef define Package/nano/description - GNU nano (Nano's ANOther editor, or Not ANOther editor) is an enhanced clone - of the Pico text editor.. + GNU nano (Nano's ANOther editor, or Not ANOther editor) is an enhanced clone + of the Pico text editor. endef CONFIGURE_ARGS += \ @@ -40,7 +40,7 @@ CONFIGURE_ARGS += \ CONFIGURE_VARS += \ ac_cv_header_regex_h=no \ -define Package/nano/install +define Package/nano/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/$(PKG_NAME) $(1)/usr/bin/ endef