[packages] nano: update to 2.2.3
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19652 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5c992a98e5
commit
10f33c9217
@ -8,12 +8,14 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=nano
|
||||
PKG_VERSION:=2.2.2
|
||||
PKG_VERSION:=2.2.3
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.nano-editor.org/dist/v2.2
|
||||
PKG_MD5SUM:=7e3fa2c9877664f377372ef378b9f230
|
||||
PKG_MD5SUM:=91918a484f54f94fedaebe00dc393a50
|
||||
|
||||
PKG_INSTALL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
@ -42,7 +44,7 @@ CONFIGURE_VARS += \
|
||||
|
||||
define Package/nano/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,nano))
|
||||
|
Loading…
x
Reference in New Issue
Block a user