diff options
Diffstat (limited to 'lftp')
-rw-r--r-- | lftp/lftp_3.0.1.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lftp/lftp_3.0.1.oe b/lftp/lftp_3.0.1.oe index a683b46760..a054bbdedb 100644 --- a/lftp/lftp_3.0.1.oe +++ b/lftp/lftp_3.0.1.oe @@ -2,9 +2,9 @@ DESCRIPTION = "lftp is a sophisticated command line based file \ transfer program. Supported protocols include FTP, HTTP, \ and FISH." HOMEPAGE = "http://lftp.yar.ru" -SECTION = "net" -PRIORITY = "optional" +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" |