Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2894 - (show annotations) (download)
Mon Jul 13 23:03:31 2009 UTC (14 years, 10 months ago) by niro
File size: 732 byte(s)
-moved to 'extras'
1 # $Header: /magellan-cvs/smage/gftp/gftp-2.0.18-r7.smage2,v 1.1 2008/04/21 10:21:24 niro Exp $
2
3 PNAME="gftp"
4 PVER="2.0.18"
5 PBUILD="r7"
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.6
14 >= dev-libs/glib2-2.16
15 >= x11-libs/gtk2+-2.12
16 >= dev-libs/openssl-0.9.8
17 >= sys-libs/readline-5.2"
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 src_compile()
32 {
33 cd ${SRCDIR}
34
35 mconfigure --enable-nls --enable-gtk20 --enable-ssl --with-readline || die
36 mmake || die
37 }

Properties

Name Value
svn:keywords Id