Magellan Linux

Contents of /trunk/extras/gftp/gftp-2.0.19-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2941 - (show annotations) (download)
Wed Jul 15 23:10:07 2009 UTC (14 years, 9 months ago) by niro
File size: 731 byte(s)
auto added: ver bump to 2.0.19-r1
1 # $Id$
2
3 PNAME="gftp"
4 PVER="2.0.19"
5 PBUILD="r1"
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.20
15 >= x11-libs/gtk2+-2.16
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