/[gentoo-x86]/net-ftp/ncftp/ncftp-3.2.5-r1.ebuild
Gentoo

Contents of /net-ftp/ncftp/ncftp-3.2.5-r1.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.9 - (show annotations) (download)
Sun Apr 14 14:55:08 2013 UTC (5 weeks, 4 days ago) by jer
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +1 -1 lines
FILE REMOVED
Old.

(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key A792A613)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/net-ftp/ncftp/ncftp-3.2.5-r1.ebuild,v 1.8 2012/07/08 16:20:08 armin76 Exp $
4
5 EAPI="4"
6
7 inherit eutils toolchain-funcs
8
9 #IPV6_P="ncftp-323-v6-20091109"
10 DESCRIPTION="An extremely configurable ftp client"
11 HOMEPAGE="http://www.ncftp.com/"
12 SRC_URI="ftp://ftp.${PN}.com/${PN}/${P}-src.tar.bz2 -> ${P}.474.tar.bz2"
13 # ipv6? ( ftp://ftp.kame.net/pub/kame/misc/${IPV6_P}.diff.gz )"
14
15 LICENSE="Clarified-Artistic"
16 SLOT="0"
17 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris"
18 IUSE="pch"
19
20 DEPEND="sys-libs/ncurses"
21 RDEPEND="${DEPEND}"
22
23 S=${WORKDIR}/${P/.474}
24
25 src_prepare() {
26 #use ipv6 && epatch "${DISTDIR}"/${IPV6_P}.diff.gz
27 tc-export CC
28 sed \
29 -e "s:CC=gcc:CC ?= ${CC}:" \
30 -e 's:@SFLAG@::' \
31 -e 's:@STRIP@:true:' \
32 -i Makefile.in */Makefile.in || die
33 }
34 src_configure() {
35 LC_ALL="C" econf --disable-universal $(use_enable pch precomp )
36 }
37
38 src_install() {
39 default
40 dodoc README.txt doc/*.txt
41 dohtml doc/html/*.html
42 }

  ViewVC Help
Powered by ViewVC 1.1.13