Magellan Linux

Contents of /branches/branch-xorg18/extras/gftp/gftp-2.0.19-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5192 - (show annotations) (download)
Tue Apr 6 21:54:10 2010 UTC (14 years, 1 month ago) by niro
File size: 731 byte(s)
created branch 'branch-xorg18'
1 # $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