abiword: add 2.8.3
[openembedded.git] / recipes / gftp / gftp_2.0.19.bb
1 # gftp OE build file
2 # Copyright (C) 2005, Advanced Micro Devices, Inc.  All Rights Reserved
3 # Released under the MIT license (see packages/COPYING)
4
5 DESCRIPTION = "Free multithreaded file transfer client (FTP/HTTP/SSH)."
6 HOMEPAGE = "http://www.gftp.org/"
7 SECTION = "x11/network"
8 LICENSE = "GPL"
9 DEPENDS = "gtk+ openssl"
10
11 inherit autotools
12
13 SRC_URI = "http://www.gftp.org/gftp-${PV}.tar.bz2;name=archive \
14            file://configure.patch;patch=1"
15
16 SRC_URI[archive.md5sum] = "5183cb4955d94be0e03c892585547c64"
17 SRC_URI[archive.sha256sum] = "5306a46be96d6f4d23906cb1836fb3d732039621a6c7fcfa921acc21ac110bfd"
18
19 EXTRA_OECONF = "--disable-textport"