From d106287f24d26bf15b31a6b1eb83ca23c321cbf9 Mon Sep 17 00:00:00 2001 From: "nslu2-linux.adm@bkbits.net" Date: Sun, 22 May 2005 20:40:12 +0000 Subject: Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/05/22 22:25:52+02:00 hrw.one.pl!hrw fixed SRC_URI for scew 0.3.1 (version 0.4.0 available upstream) 2005/05/22 22:15:29+02:00 hrw.one.pl!hrw lsof: removed 4.73, added 4.75, fixed SRC_URI for 4.74 2005/05/22 22:02:58+02:00 hrw.one.pl!hrw fixed SRC_URI for lftp 3.0.11 (3.2.0 available upstream) BKrev: 4290ee2cw2XxQ8-7SkQLkx20crAXIw --- packages/lftp/lftp_3.0.11.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'packages/lftp/lftp_3.0.11.bb') diff --git a/packages/lftp/lftp_3.0.11.bb b/packages/lftp/lftp_3.0.11.bb index e69de29bb2..d15b119046 100644 --- a/packages/lftp/lftp_3.0.11.bb +++ b/packages/lftp/lftp_3.0.11.bb @@ -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/old/lftp-${PV}.tar.bz2 \ + file://pty.patch;patch=1" + +EXTRA_OECONF = "--disable-largefile --disable-rpath --with-included-readline=no" + +inherit autotools gettext -- cgit v1.2.3