|
@@ -4,8 +4,8 @@
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
-NCFTP_VERSION = 3.2.7
|
|
|
|
-NCFTP_SOURCE = ncftp-$(NCFTP_VERSION)-src.tar.xz
|
|
|
|
|
|
+NCFTP_VERSION = 3.2.9
|
|
|
|
+NCFTP_SOURCE = ncftp-$(NCFTP_VERSION)-src.tar.gz
|
|
NCFTP_SITE = https://www.ncftp.com/public_ftp/ncftp
|
|
NCFTP_SITE = https://www.ncftp.com/public_ftp/ncftp
|
|
NCFTP_TARGET_BINS = ncftp
|
|
NCFTP_TARGET_BINS = ncftp
|
|
NCFTP_LICENSE = ClArtistic
|
|
NCFTP_LICENSE = ClArtistic
|
|
@@ -14,15 +14,6 @@ NCFTP_LICENSE_FILES = doc/LICENSE.txt
|
|
NCFTP_DEPENDENCIES = host-autoconf
|
|
NCFTP_DEPENDENCIES = host-autoconf
|
|
NCFTP_CONF_OPTS = --disable-ccdv
|
|
NCFTP_CONF_OPTS = --disable-ccdv
|
|
|
|
|
|
-# The bundled configure script is generated by autoconf 2.13 and doesn't
|
|
|
|
-# detect cross-compilation correctly. Therefore, we have to regenerate it.
|
|
|
|
-# We need to pass -I because of the non-standard m4 directory name, and
|
|
|
|
-# none of the other autotools are used, so the below is the easiest.
|
|
|
|
-define NCFTP_RUN_AUTOCONF
|
|
|
|
- (cd $(@D); $(AUTOCONF) -I$(@D)/autoconf_local/)
|
|
|
|
-endef
|
|
|
|
-NCFTP_PRE_CONFIGURE_HOOKS += NCFTP_RUN_AUTOCONF
|
|
|
|
-
|
|
|
|
ifeq ($(BR2_PACKAGE_NCFTP_GET),y)
|
|
ifeq ($(BR2_PACKAGE_NCFTP_GET),y)
|
|
NCFTP_TARGET_BINS += ncftpget
|
|
NCFTP_TARGET_BINS += ncftpget
|
|
endif
|
|
endif
|