Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / lftp / lftp_3.0.11.oe
index e69de29..1854d5a 100644 (file)
@@ -0,0 +1,15 @@
+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"
+PR = "r1"
+
+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 --with-included-readline=no"
+
+inherit autotools gettext