mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 00:17:43 +00:00
ncftp: bump to version 3.2.5
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
79f5d0e3b9
commit
ea729ab3e5
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_NCFTP
|
config BR2_PACKAGE_NCFTP
|
||||||
bool "ncftp"
|
bool "ncftp"
|
||||||
depends on BR2_LARGEFILE
|
|
||||||
help
|
help
|
||||||
NcFTP Client (also known as just NcFTP) is a set of FREE application
|
NcFTP Client (also known as just NcFTP) is a set of FREE application
|
||||||
programs implementing the File Transfer Protocol (FTP).
|
programs implementing the File Transfer Protocol (FTP).
|
||||||
@ -31,6 +30,3 @@ config BR2_PACKAGE_NCFTP_BOOKMARKS
|
|||||||
select BR2_PACKAGE_NCURSES
|
select BR2_PACKAGE_NCURSES
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
comment "ncftp requires a toolchain with LARGEFILE support"
|
|
||||||
depends on !BR2_LARGEFILE
|
|
||||||
|
@ -3,33 +3,33 @@
|
|||||||
# ncftp client
|
# ncftp client
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
NCFTP_VERSION:=3.2.4
|
|
||||||
NCFTP_SOURCE:=ncftp-$(NCFTP_VERSION)-src.tar.bz2
|
|
||||||
NCFTP_SITE:=ftp://ftp.ncftp.com/ncftp
|
|
||||||
|
|
||||||
NCFTP_TARGET_BINS:=ncftp
|
NCFTP_VERSION = 3.2.5
|
||||||
|
NCFTP_SOURCE = ncftp-$(NCFTP_VERSION)-src.tar.bz2
|
||||||
|
NCFTP_SITE = ftp://ftp.ncftp.com/ncftp
|
||||||
|
NCFTP_TARGET_BINS = ncftp
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_NCFTP_GET),y)
|
ifeq ($(BR2_PACKAGE_NCFTP_GET),y)
|
||||||
NCFTP_TARGET_BINS+=ncftpget
|
NCFTP_TARGET_BINS += ncftpget
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_NCFTP_PUT),y)
|
ifeq ($(BR2_PACKAGE_NCFTP_PUT),y)
|
||||||
NCFTP_TARGET_BINS+=ncftpput
|
NCFTP_TARGET_BINS += ncftpput
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_NCFTP_LS),y)
|
ifeq ($(BR2_PACKAGE_NCFTP_LS),y)
|
||||||
NCFTP_TARGET_BINS+=ncftpls
|
NCFTP_TARGET_BINS += ncftpls
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_NCFTP_BATCH),y)
|
ifeq ($(BR2_PACKAGE_NCFTP_BATCH),y)
|
||||||
NCFTP_TARGET_BINS+=ncftpbatch
|
NCFTP_TARGET_BINS += ncftpbatch
|
||||||
NCFTP_INSTALL_NCFTP_BATCH = \
|
NCFTP_INSTALL_NCFTP_BATCH = \
|
||||||
ln -s /usr/bin/ncftpbatch $(TARGET_DIR)/usr/bin/ncftpspooler
|
ln -s /usr/bin/ncftpbatch $(TARGET_DIR)/usr/bin/ncftpspooler
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_NCFTP_BOOKMARKS),y)
|
ifeq ($(BR2_PACKAGE_NCFTP_BOOKMARKS),y)
|
||||||
NCFTP_TARGET_BINS+=ncftpbookmarks
|
NCFTP_TARGET_BINS += ncftpbookmarks
|
||||||
NCFTP_DEPENDENCIES:=ncurses
|
NCFTP_DEPENDENCIES += ncurses
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define NCFTP_INSTALL_TARGET_CMDS
|
define NCFTP_INSTALL_TARGET_CMDS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user