Magellan Linux

Contents of /trunk/extras/gftp/gftp-2.0.19-r7.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32011 - (show annotations) (download)
Tue Feb 12 14:02:24 2019 UTC (5 years, 2 months ago) by niro
File size: 706 byte(s)
auto added: ver bump to 2.0.19-r7
1 # $Id$
2
3 PNAME="gftp"
4 PVER="2.0.19"
5 PBUILD="r7"
6
7 PCAT="net-ftp"
8
9 DESCRIPTION="gftp is a free multithreaded ftp client for *NIX."
10 HOMEPAGE="http://gftp.seul.org/"
11
12 DEPEND=">= sys-libs/ncurses-6.1
13 >= dev-libs/glib2-2.58
14 >= x11-libs/gtk2+-2.24
15 >= dev-libs/openssl-1.1
16 >= sys-libs/readline-8.0"
17
18 SDEPEND=">= sys-dev/gettext-0.18"
19
20 SRCFILE="${PNAME}-${PVER}.tar.bz2"
21 SRCDIR="$BUILDDIR/${PNAME}-${PVER}"
22
23 sminclude mbuild
24
25 SRC_URI=(
26 http://gftp.seul.org/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 UP2DATE="updatecmd ${HOMEPAGE} | grep 'Latest Stable' | sed 's/.*:\ \(.*\)\ (.*/\1/'"
31
32 src_compile()
33 {
34 cd ${SRCDIR}
35
36 mconfigure --enable-nls --enable-gtk20 --enable-ssl --with-readline || die
37 mmake || die
38 }