aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gftp/gftp_2.0.18.bb
blob: f5705b13578879bd9275e22279f8882cfb81de0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 = "r1"

SRC_URI="http://www.gftp.org/gftp-${PV}.tar.bz2 \
	 file://configure.patch;patch=1"

DEPENDS="gtk+ openssl"

inherit autotools

EXTRA_OECONF="--disable-textport"