diff options
Diffstat (limited to 'lftp/lftp_3.0.1.oe')
-rw-r--r-- | lftp/lftp_3.0.1.oe | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lftp/lftp_3.0.1.oe b/lftp/lftp_3.0.1.oe index e69de29bb2..0a95d9a6a9 100644 --- a/lftp/lftp_3.0.1.oe +++ b/lftp/lftp_3.0.1.oe @@ -0,0 +1,15 @@ +DESCRIPTION = "lftp is a sophisticated command line based file \ +transfer program. Supported protocols include FTP, HTTP, \ +and FISH." +HOMEPAGE = "http://lftp.yar.ru" +SECTION = "net" +PRIORITY = "optional" +DEPENDS = "virtual/libc readline" + +SRC_URI = "http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-${PV}.tar.bz2 \ + file://pty.patch;patch=1" + +EXTRA_OECONF = "--disable-largefile --disable-rpath --disable-nls --with-included-readline=no" + + +inherit autotools |