Magellan Linux

Contents of /branches/R11-stable/extras/gftp/gftp-2.0.19-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21724 - (show annotations) (download)
Mon Jul 21 09:38:56 2014 UTC (9 years, 9 months ago) by niro
File size: 708 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="gftp"
4 PVER="2.0.19"
5 PBUILD="r4"
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-5.9
13 >= dev-libs/glib2-2.38
14 >= x11-libs/gtk2+-2.24
15 >= dev-libs/openssl-1.0.1
16 >= sys-libs/readline-6.3"
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 }