[Packages] utils/nano:
* Update 2.0.6 > 2.0.7 * Cleanup Makefile git-svn-id: svn://svn.openwrt.org/openwrt/packages@9989 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
69144f51a5
commit
0ec780e3a2
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2006 OpenWrt.org
|
# Copyright (C) 2007 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
@ -9,15 +9,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=nano
|
PKG_NAME:=nano
|
||||||
PKG_VERSION:=2.0.6
|
PKG_VERSION:=2.0.7
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.nano-editor.org/dist/v2.0
|
PKG_SOURCE_URL:=http://www.nano-editor.org/dist/v2.0
|
||||||
PKG_MD5SUM:=619107f0fc3c4383d668cef15aa3ca32
|
PKG_MD5SUM:=16187fed2bdefec6275ece6401ce4cd2
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
|
||||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
@ -31,30 +28,22 @@ define Package/nano
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/nano/description
|
define Package/nano/description
|
||||||
GNU nano (Nano's ANOther editor, or Not ANOther editor) is an enhanced clone
|
GNU nano (Nano's ANOther editor, or Not ANOther editor) is an enhanced clone
|
||||||
of the Pico text editor..
|
of the Pico text editor..
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
CONFIGURE_ARGS += \
|
||||||
$(call Build/Configure/Default, \
|
--enable-tiny \
|
||||||
--enable-tiny \
|
--disable-glibtest \
|
||||||
--disable-glibtest \
|
--disable-utf8 \
|
||||||
--disable-utf8 \
|
--without-slang \
|
||||||
--without-slang \
|
|
||||||
, \
|
|
||||||
ac_cv_header_regex_h=no \
|
|
||||||
)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/Compile
|
CONFIGURE_VARS += \
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
ac_cv_header_regex_h=no \
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
|
||||||
all install
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/nano/install
|
define Package/nano/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/nano $(1)/usr/bin/
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/$(PKG_NAME) $(1)/usr/bin/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage,nano))
|
$(eval $(call BuildPackage,nano))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user