Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15131 - (show annotations) (download)
Wed Jan 2 10:46:12 2013 UTC (11 years, 4 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="r3"
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.0
13 >= dev-libs/glib2-2.28
14 >= x11-libs/gtk2+-2.24
15 >= dev-libs/openssl-1.0.0
16 >= sys-libs/readline-6.2"
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 }