Magellan Linux

Annotation of /branches/magellan-next/extras/gftp/gftp-2.0.19-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3767 - (hide annotations) (download)
Tue Nov 3 17:10:13 2009 UTC (14 years, 7 months ago) by niro
Original Path: trunk/extras/gftp/gftp-2.0.19-r2.smage2
File size: 731 byte(s)
auto added: ver bump to 2.0.19-r2
1 niro 3767 # $Id$
2    
3     PNAME="gftp"
4     PVER="2.0.19"
5     PBUILD="r2"
6    
7     PCATEGORIE="net-ftp"
8     STATE="unstable"
9    
10     DESCRIPTION="gftp is a free multithreaded ftp client for *NIX."
11     HOMEPAGE="http://gftp.seul.org/"
12    
13     DEPEND=">= sys-libs/ncurses-5.7
14     >= dev-libs/glib2-2.22
15     >= x11-libs/gtk2+-2.18
16     >= dev-libs/openssl-0.9.8
17     >= sys-libs/readline-6.0"
18    
19     SDEPEND=">= sys-dev/gettext-0.17"
20    
21     SRCFILE="${PNAME}-${PVER}.tar.bz2"
22     SRCDIR="$BUILDDIR/${PNAME}-${PVER}"
23    
24     sminclude mbuild
25    
26     SRC_URI=(
27     http://gftp.seul.org/${SRCFILE}
28     mirror://${PNAME}/${SRCFILE}
29     )
30    
31     UP2DATE="updatecmd ${HOMEPAGE} | grep 'Latest Stable' | sed 's/.*:\ \(.*\)\ (.*/\1/'"
32    
33     src_compile()
34     {
35     cd ${SRCDIR}
36    
37     mconfigure --enable-nls --enable-gtk20 --enable-ssl --with-readline || die
38     mmake || die
39     }

Properties

Name Value
svn:keywords Id