Magellan Linux

Annotation of /trunk/extras/gftp/gftp-2.0.19-r6.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28580 - (hide annotations) (download)
Mon Jan 2 09:02:11 2017 UTC (7 years, 5 months ago) by niro
File size: 708 byte(s)
-readline-7.0 rebuild
1 niro 28580 # $Id$
2    
3     PNAME="gftp"
4     PVER="2.0.19"
5     PBUILD="r6"
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.44
14     >= x11-libs/gtk2+-2.24
15     >= dev-libs/openssl-1.0.2
16     >= sys-libs/readline-7.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     }