summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/lftp/lftp_4.8.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-connectivity/lftp/lftp_4.8.3.bb')
-rw-r--r--meta-networking/recipes-connectivity/lftp/lftp_4.8.3.bb33
1 files changed, 33 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/lftp/lftp_4.8.3.bb b/meta-networking/recipes-connectivity/lftp/lftp_4.8.3.bb
new file mode 100644
index 0000000000..08d89b8c56
--- /dev/null
+++ b/meta-networking/recipes-connectivity/lftp/lftp_4.8.3.bb
@@ -0,0 +1,33 @@
1DESCRIPTION = "LFTP is a sophisticated file transfer program with \
2 command line interface. It supports FTP, HTTP, \
3 FISH, SFTP, HTTPS and FTPS protocols"
4HOMEPAGE = "http://lftp.yar.ru/"
5SECTION = "console/network"
6LICENSE = "GPLv3"
7LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
8
9SRC_URI = "http://lftp.yar.ru/ftp/lftp-${PV}.tar.bz2 \
10 file://fix-gcc-6-conflicts-signbit.patch \
11 "
12SRC_URI[md5sum] = "12b1fcbf13f41e9cdb0903fc670fa1f1"
13SRC_URI[sha256sum] = "c4159f056afee41866a6c2d639655bc351e6d3486bbe7758eaedb24f6a4239d5"
14
15inherit autotools gettext pkgconfig
16
17acpaths = "-I ./m4"
18
19EXTRA_OECONF += "--with-modules"
20
21PACKAGECONFIG ??= "openssl zlib gnutls readline expat"
22PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl"
23PACKAGECONFIG[zlib] = "--with-zlib=${STAGING_INCDIR}/.., --without-zlib, zlib"
24PACKAGECONFIG[gnutls] = "--with-gnutls, --without-gnutls, gnutls"
25PACKAGECONFIG[readline] = "--with-readline=${STAGING_INCDIR}/.. --with-readline-inc=${STAGING_INCDIR} --with-readline-lib=-lreadline, --with-readline=no, readline"
26PACKAGECONFIG[expat] = "--with-expat=${STAGING_INCDIR}/.. --with-expat-inc=${STAGING_INCDIR} --with-expat-lib=-lexpat, , expat"
27
28do_install_append() {
29 rm -rf ${D}${libdir}/charset.alias
30}
31FILES_${PN} += "${datadir}/icons/hicolor"
32FILES_${PN}-dbg += "${libdir}/lftp/${PV}/.debug"
33RDEPENDS_${PN} = "perl bash readline"