diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-16 06:38:00 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-16 06:38:00 +0000 |
commit | 2bd945856aa7ded7064d39b572551ec6cd214d56 (patch) | |
tree | bfe92bdc118f3c16de9eb55260ff86aec6c8924d /packages/lftp/lftp_3.5.1.bb | |
parent | 782d135e1dd29842a1dadfd72774418851296ae3 (diff) |
lftp: add 3.5.1 (3.5.4 req autoconf 2.60), drop older
from .oz354x
Diffstat (limited to 'packages/lftp/lftp_3.5.1.bb')
-rw-r--r-- | packages/lftp/lftp_3.5.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/lftp/lftp_3.5.1.bb b/packages/lftp/lftp_3.5.1.bb new file mode 100644 index 0000000000..21654188b3 --- /dev/null +++ b/packages/lftp/lftp_3.5.1.bb @@ -0,0 +1,13 @@ +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" + +SRC_URI = "http://www.ibiblio.org/pub/Linux/system/network/file-transfer/lftp-3.5.1.tar.gz" + +EXTRA_OECONF = "--disable-largefile --disable-rpath --with-included-readline=no" + +inherit autotools gettext |