summaryrefslogtreecommitdiff
path: root/packages/lftp
diff options
context:
space:
mode:
Diffstat (limited to 'packages/lftp')
-rw-r--r--packages/lftp/lftp_3.5.1.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/packages/lftp/lftp_3.5.1.bb b/packages/lftp/lftp_3.5.1.bb
deleted file mode 100644
index 0b37ce8988..0000000000
--- a/packages/lftp/lftp_3.5.1.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-LICENSE = "GPL"
-DESCRIPTION = "lftp is a sophisticated command line based file \
-transfer program. Supported protocols include FTP, HTTP, \
-and FISH."
-HOMEPAGE = "http://lftp.yar.ru"
-SECTION = "console/network"
-DEPENDS = "readline gnutls"
-
-SRC_URI = "http://ftp.yars.free.net/pub/source/lftp/old/lftp-${PV}.tar.bz2"
-
-EXTRA_OECONF = "--disable-largefile --disable-rpath --with-included-readline=no"
-
-do_configure_prepend () {
- rm ${S}/m4/iconv.m4
-}
-
-inherit autotools gettext