]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/ncftp
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
[people/teissler/ipfire-2.x.git] / lfs / ncftp
index 6c72a5ae3fe93969cd48450c14e958a0ec0bf00d..81f2f54138704d0b641deb39f92b13fbe7d8aa9d 100644 (file)
--- a/lfs/ncftp
+++ b/lfs/ncftp
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 3.1.9
+VER        = 3.2.1
 
 THISAPP    = ncftp-$(VER)-src
 DL_FILE    = $(THISAPP).tar.bz2
@@ -32,10 +32,8 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/ncftp-$(VER)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = ncftp
-PAK_VER    = 1
+PAK_VER    = 2
 
-DESCDE     = "Ein Konsolen-FTP-Client."
-DESCEN     = "A ftp client for console."
 DEPS       = ""
 
 ###############################################################################
@@ -46,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 66cf8dacec848eb11a70632fe9f21807
+$(DL_FILE)_MD5 = d82cdfe0d5448172c03b434607414fb8
 
 install : $(TARGET)
 
@@ -81,7 +79,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./configure --prefix=/usr && make -C libncftp shared && \
                                make -C libncftp soinstall
-       cd $(DIR_APP) && make
+       cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)