Magellan Linux

Contents of /branches/R11-unstable/core/ncftp/ncftp-3.2.5-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25031 - (show annotations) (download)
Tue Nov 25 02:51:30 2014 UTC (9 years, 5 months ago) by niro
File size: 488 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="ncftp"
4 PVER="3.2.5"
5 PBUILD="r2"
6
7 PCAT="net-ftp"
8
9 DESCRIPTION="An extremely configurable ftp client based on ncurses."
10 HOMEPAGE="http://www.ncftp.com/"
11
12 DEPEND=">= sys-libs/ncurses-5.9"
13
14 SRCFILE="${PNAME}-${PVER}-src.tar.bz2"
15 SRCDIR="$BUILDDIR/${PNAME}-${PVER}"
16
17 sminclude mbuild mtools
18 msetfeature "!check"
19
20 SRC_URI=(
21 ftp://ftp.ncftp.com/${PNAME}/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd ftp://ftp.ncftp.com/${PNAME} | sed 's/-src//g' | lasttarball"