Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10472 - (hide annotations) (download)
Sun Jan 22 16:41:54 2012 UTC (12 years, 5 months ago) by niro
Original Path: trunk/core/ncftp/ncftp-3.2.5-r2.smage2
File size: 467 byte(s)
-import from magellan-next
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    
19     SRC_URI=(
20     ftp://ftp.ncftp.com/${PNAME}/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     )
23    
24     UP2DATE="updatecmd ftp://ftp.ncftp.com/${PNAME} | sed 's/-src//g' | lasttarball"