Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25031 - (hide 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 niro 7651 # $Id$
2    
3     PNAME="ncftp"
4     PVER="3.2.5"
5     PBUILD="r2"
6    
7 niro 10472 PCAT="net-ftp"
8 niro 7651
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 niro 10474 msetfeature "!check"
19 niro 7651
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"