Magellan Linux

Contents of /branches/R11-unstable/core/ncftp/ncftp-3.2.6-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32131 - (show annotations) (download)
Mon Apr 29 11:42:33 2019 UTC (5 years ago) by niro
File size: 493 byte(s)
-release branches/R11-unstable
1 # $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"