vdr: fix dependency for libintl
[openembedded.git] / recipes / gftp / gftp_2.0.18.bb
blobf5705b13578879bd9275e22279f8882cfb81de0d
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)
5 DESCRIPTION = "Free multithreaded file transfer client (FTP/HTTP/SSH)."
6 HOMEPAGE="http://www.gftp.org/"
7 SECTION = "x11/network"
8 LICENSE="GPL"
9 PR = "r1"
11 SRC_URI="http://www.gftp.org/gftp-${PV}.tar.bz2 \
12 file://configure.patch;patch=1"
14 DEPENDS="gtk+ openssl"
16 inherit autotools
18 EXTRA_OECONF="--disable-textport"