summaryrefslogtreecommitdiff
path: root/lftp
diff options
context:
space:
mode:
authorGreg Gilbert <greg@treke.net>2004-12-01 21:02:48 +0000
committerGreg Gilbert <greg@treke.net>2004-12-01 21:02:48 +0000
commit1eb91ca9401d610de57f7524d2c9f1f394c724d0 (patch)
tree464af832ec2df58ea7a17023f7b0937baecf9bfc /lftp
parent823f03b1e845451c54fcf942a6f54b73cfb23d75 (diff)
Add licenses
BKrev: 41ae31781LCyRmcVaOy3yZ9SiW85FA
Diffstat (limited to 'lftp')
-rw-r--r--lftp/lftp_3.0.1.oe1
-rw-r--r--lftp/lftp_3.0.11.oe15
2 files changed, 16 insertions, 0 deletions
diff --git a/lftp/lftp_3.0.1.oe b/lftp/lftp_3.0.1.oe
index b8d41abfe1..d15b119046 100644
--- a/lftp/lftp_3.0.1.oe
+++ b/lftp/lftp_3.0.1.oe
@@ -1,3 +1,4 @@
+LICENSE = GPL
DESCRIPTION = "lftp is a sophisticated command line based file \
transfer program. Supported protocols include FTP, HTTP, \
and FISH."
diff --git a/lftp/lftp_3.0.11.oe b/lftp/lftp_3.0.11.oe
index e69de29bb2..1854d5aec0 100644
--- a/lftp/lftp_3.0.11.oe
+++ b/lftp/lftp_3.0.11.oe
@@ -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