blob: 1a51c5d640fbb21ae68102e828ca0e16da932c1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# gftp OE build file
# Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved
# Released under the MIT license (see packages/COPYING)
HOMEPAGE="http://www.gftp.org/"
LICENSE="GPL"
SRC_URI="http://www.gftp.org/gftp-${PV}.tar.bz2 \
file://configure.patch;patch=1"
DEPENDS="gtk+ openssl"
inherit autotools
EXTRA_OECONF="--disable-textport"
|