aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gftp/gftp_2.0.18.bb
blob: fa73486d4ac5c91bb584c33fc22c26b4182f0940 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# gftp OE build file
# Copyright (C) 2005, Advanced Micro Devices, Inc.  All Rights Reserved
# Released under the MIT license (see packages/COPYING)

DESCRIPTION = "Free multithreaded file transfer client (FTP/HTTP/SSH)."
HOMEPAGE="http://www.gftp.org/"
SECTION = "x11/network"
LICENSE="GPL"
PR = "r4"

SRC_URI="http://www.gftp.org/gftp-${PV}.tar.bz2 \
	 file://configure.patch;patch=1 \
	 file://gftp-2.0.18-188252.patch;patch=1 \
	 file://gftp-2.0.18-ipv6.patch;patch=1;pnum=2 \
	 file://gftp-2.0.18-ssh2-read.patch;patch=1 \
	 file://gftp-2.0.18-ssl-wildcardcert.patch;patch=1;pnum=0 \
	 file://gftp-2.0.18-mkinstalldir.patch;patch=1 "

DEPENDS="gtk+ openssl"

inherit autotools

EXTRA_OECONF="--disable-textport"