increase dvbapp PR.
[vuplus_openembedded] / recipes / gftp / gftp_2.0.18.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 PR = "r1"
10
11 SRC_URI="http://www.gftp.org/gftp-${PV}.tar.bz2 \
12          file://configure.patch;patch=1"
13
14 DEPENDS="gtk+ openssl"
15
16 inherit autotools
17
18 EXTRA_OECONF="--disable-textport"