summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/tnftp/tnftp_20130505.bb
diff options
context:
space:
mode:
authorMingli Yu <Mingli.Yu@windriver.com>2016-08-16 17:32:03 +0800
committerJoe MacDonald <joe_macdonald@mentor.com>2016-08-16 21:26:15 -0400
commit02a390b79bdc089eb583e443ee04f60bffd409eb (patch)
tree0907c6015313097ce156107cdeedcea9ca3d41fc /meta-networking/recipes-support/tnftp/tnftp_20130505.bb
parent5fdc25afc62269a4e129846f0209223885d626e9 (diff)
downloadmeta-openembedded-02a390b79bdc089eb583e443ee04f60bffd409eb.tar.gz
tnftp: tnftp20130505 -> tnftp20151004
Upgrade tnftp from tnftp20130505 to tnftp20151004 Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-support/tnftp/tnftp_20130505.bb')
-rw-r--r--meta-networking/recipes-support/tnftp/tnftp_20130505.bb36
1 files changed, 0 insertions, 36 deletions
diff --git a/meta-networking/recipes-support/tnftp/tnftp_20130505.bb b/meta-networking/recipes-support/tnftp/tnftp_20130505.bb
deleted file mode 100644
index 7d1c5152b2..0000000000
--- a/meta-networking/recipes-support/tnftp/tnftp_20130505.bb
+++ /dev/null
@@ -1,36 +0,0 @@
1SUMMARY = "Enhanced NetBSD ftp client"
2DESCRIPTION = "tnftp (formerly known as lukemftp) is a port of the NetBSD FTP client \
3to other systems. It offers many enhancements over the traditional \
4BSD FTP client, including command-line editing, command-line fetches \
5of FTP and HTTP URLs (including via proxies), command-line uploads of \
6FTP URLs, context-sensitive word completion, dynamic progress bar, \
7IPv6 support, modification time preservation, paging of local and \
8remote files, passive mode support (with fallback to active mode), \
9SOCKS support, TIS FWTK gate-ftp server support, and transfer rate \
10throttling."
11
12SECTION = "net"
13LICENSE = "BSD-4-Clause"
14
15DEPENDS = "ncurses"
16
17SRC_URI = "ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/${BPN}-${PV}.tar.gz \
18 file://tnftp-autotools.patch \
19 "
20
21inherit autotools update-alternatives pkgconfig
22
23ALTERNATIVE_PRIORITY = "100"
24
25ALTERNATIVE_${PN} = "ftp"
26ALTERNATIVE_LINK_NAME_${PN} = "${bindir}/ftp"
27ALTERNATIVE_TARGET_${PN} = "${bindir}/tnftp"
28
29FILES_${PN} = "${bindir}/tnftp"
30
31LIC_FILES_CHKSUM = "file://COPYING;md5=6d6796cb166a9bb050958241dad9479e"
32SRC_URI[md5sum] = "66e218d02ec7d9fc39ab70ba2900305a"
33SRC_URI[sha256sum] = "6f650e25f6fd51538f677b789b49379f367ae9f1dee74c94cfe24d92abc2cffb"
34
35PACKAGECONFIG ?= "openssl"
36PACKAGECONFIG[openssl] = "--enable-ssl, --disable-ssl --with-ssl=no, openssl"