Magellan Linux

Annotation of /trunk/core/ncftp/ncftp-3.2.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28770 - (hide annotations) (download)
Tue May 2 09:11:54 2017 UTC (7 years, 1 month ago) by niro
File size: 493 byte(s)
auto added: ver bump to 3.2.6-r1
1 niro 28770 # $Id$
2    
3     PNAME="ncftp"
4     PVER="3.2.6"
5     PBUILD="r1"
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-6.0"
13    
14     SRCFILE="${PNAME}-${PVER}-src.tar.xz"
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' | highesttarball xz"