diff options
| -rw-r--r-- | meta-networking/recipes-connectivity/lftp/lftp_4.6.3a.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/lftp/lftp_4.6.3a.bb b/meta-networking/recipes-connectivity/lftp/lftp_4.6.3a.bb new file mode 100644 index 0000000000..e6796a6998 --- /dev/null +++ b/meta-networking/recipes-connectivity/lftp/lftp_4.6.3a.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | DESCRIPTION = "LFTP is a sophisticated file transfer program with \ | ||
| 2 | command line interface. It supports FTP, HTTP, \ | ||
| 3 | FISH, SFTP, HTTPS and FTPS protocols" | ||
| 4 | HOMEPAGE = "http://lftp.yar.ru/" | ||
| 5 | SECTION = "console/network" | ||
| 6 | LICENSE = "GPLv3" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 8 | DEPENDS = "readline" | ||
| 9 | |||
| 10 | SRC_URI = "http://fossies.org/linux/misc/lftp-${PV}.tar.gz \ | ||
| 11 | " | ||
| 12 | SRC_URI[md5sum] = "2777dd514d21fe1da764bedd1d0ab36c" | ||
| 13 | SRC_URI[sha256sum] = "a8b53e5ca2c1acbecd181c87f21a8673ca9038dc9f2be6ab8c23790bd91fd446" | ||
| 14 | |||
| 15 | inherit autotools gettext pkgconfig | ||
| 16 | |||
| 17 | EXTRA_OECONF += "--with-modules" | ||
| 18 | |||
| 19 | PACKAGECONFIG ??= "libidn openssl zlib gnutls" | ||
| 20 | PACKAGECONFIG[libidn] = "--with-libidn, --without-libidn, libidn" | ||
| 21 | PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl, openssl" | ||
| 22 | PACKAGECONFIG[zlib] = "--with-zlib, --without-zlib, zlib" | ||
| 23 | PACKAGECONFIG[gnutls] = "--with-gnutls, --without-gnutls, gnutls" | ||
| 24 | |||
| 25 | FILES_${PN}-dbg += "${libdir}/lftp/${PV}/.debug" | ||
| 26 | RDEPENDS_${PN} = "perl bash readline" | ||
