Magellan Linux

Annotation of /branches/magellan-next/core/ncftp/ncftp-3.2.5-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7651 - (hide annotations) (download)
Sun May 29 18:39:03 2011 UTC (13 years, 1 month ago) by niro
File size: 490 byte(s)
auto added: ver bump to 3.2.5-r2
1 niro 7651 # $Id$
2    
3     PNAME="ncftp"
4     PVER="3.2.5"
5     PBUILD="r2"
6    
7     PCATEGORIE="net-ftp"
8     STATE="unstable"
9    
10     DESCRIPTION="An extremely configurable ftp client based on ncurses."
11     HOMEPAGE="http://www.ncftp.com/"
12    
13     DEPEND=">= sys-libs/ncurses-5.9"
14    
15     SRCFILE="${PNAME}-${PVER}-src.tar.bz2"
16     SRCDIR="$BUILDDIR/${PNAME}-${PVER}"
17    
18     sminclude mbuild mtools
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"