]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
nano: Update to 3.2
authorMatthias Fischer <matthias.fischer@ipfire.org>
Sat, 24 Nov 2018 20:19:56 +0000 (21:19 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 25 Nov 2018 14:10:50 +0000 (14:10 +0000)
Hi,

Changed archive to 'xz' - this saves about 1.4MB (thanks Marcel ;-))

For further details see:
https://www.nano-editor.org/news.php

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/nano

index 671cf673130104d5a444666f87c09bfc0230e2b5..4b636f4ea2578af47837398c943ff00c2f9e20db 100644 (file)
--- a/lfs/nano
+++ b/lfs/nano
 
 include Config
 
 
 include Config
 
-VER        = 3.1
+VER        = 3.2
 
 THISAPP    = nano-$(VER)
 
 THISAPP    = nano-$(VER)
-DL_FILE    = $(THISAPP).tar.gz
+DL_FILE    = $(THISAPP).tar.xz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = nano
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = nano
-PAK_VER    = 24
+PAK_VER    = 25
 
 DEPS       = ""
 
 
 DEPS       = ""
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 2fb85e86c5b14ac9e9465d3ba7506364
+$(DL_FILE)_MD5 = 2606dc0dc31a088f16c7d603b42d23d0
 
 install : $(TARGET)
 
 
 install : $(TARGET)
 
@@ -76,7 +76,7 @@ $(subst %,%_MD5,$(objects)) :
 
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
 
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
-       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./configure \
                --prefix=/usr \
                --sysconfdir=/etc/nano \
        cd $(DIR_APP) && ./configure \
                --prefix=/usr \
                --sysconfdir=/etc/nano \