# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-ftp/ncftp/ncftp-3.2.0.ebuild,v 1.1 2006/09/04 09:25:17 vapier Exp $ inherit eutils DESCRIPTION="An extremely configurable ftp client" HOMEPAGE="http://www.ncftp.com/" SRC_URI="ftp://ftp.ncftp.com/ncftp/${P}-src.tar.bz2" LICENSE="Clarified-Artistic" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND=">=sys-libs/ncurses-5.2" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-build.patch sed -i \ -e 's:@SFLAG@::' \ -e 's:@STRIP@:true:' \ Makefile.in */Makefile.in || die } src_install() { emake install DESTDIR="${D}" || die dodoc README.txt doc/*.txt dohtml doc/html/*.html }