blob: 5db223edc0677f235a3f2c729110ac0afeea7b3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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 \
file://gftp-2.0.18-188252.patch \
file://gftp-2.0.18-ipv6.patch;striplevel=2 \
file://gftp-2.0.18-ssh2-read.patch \
file://gftp-2.0.18-ssl-wildcardcert.patch;striplevel=0 \
file://gftp-2.0.18-mkinstalldir.patch "
DEPENDS="gtk+ openssl"
inherit autotools
EXTRA_OECONF="--disable-textport"
SRC_URI[md5sum] = "44b19442d06f6dc68c7211d66029d826"
SRC_URI[sha256sum] = "8145e18d1edf13e8cb6cd7a69bb69de5c46307086997755654488fb8282d38a2"
|