Magellan Linux

Contents of /trunk/core/ncftp/ncftp-3.2.2-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 322 - (show annotations) (download)
Mon Dec 22 17:38:51 2008 UTC (15 years, 5 months ago) by niro
File size: 755 byte(s)
-rev bump to 3.2.2-r2: rebuild against ncurses-5.7
1 # $Header: /magellan-cvs/smage/ncftp/ncftp-3.2.1-r2.smage2,v 1.3 2008/04/10 18:26:09 niro Exp $
2
3 PNAME="ncftp"
4 PVER="3.2.2"
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.7"
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 mirror://${PNAME}/${PNAME}-3.2.1-build.patch
24 )
25
26 UP2DATE="updatecmd ftp://ftp.ncftp.com/${PNAME} | sed 's/-src//g' | lasttarball"
27
28 src_prepare()
29 {
30 munpack ${SRCFILE}
31 cd ${SRCDIR}
32
33 # fixes build and install issues
34 mpatch ${PNAME}-3.2.1-build.patch || die
35 }

Properties

Name Value
svn:keywords Id