diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-22 20:40:12 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-22 20:40:12 +0000 |
commit | d106287f24d26bf15b31a6b1eb83ca23c321cbf9 (patch) | |
tree | 58e88cd58c87a24ebab8a011315fbd9997388796 /packages/lftp/lftp_3.0.11.bb | |
parent | 67f40301bc73833190673046f85a974746c2b546 (diff) |
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
Diffstat (limited to 'packages/lftp/lftp_3.0.11.bb')
-rw-r--r-- | packages/lftp/lftp_3.0.11.bb | 15 |
1 files changed, 15 insertions, 0 deletions
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 |