# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /usr/local/cvsroot/stealer-gentoo-portage/gentoo-x86/app-misc/clex/clex-3.1.8.ebuild,v 1.1 2004/02/15 00:42:35 sven Exp $ DESCRIPTION="cli-based file manager" HOMEPAGE="http://www.clex.sk/" SRC_URI="http://www.clex.sk/download/${P}.src.tar.gz doc? ( http://www.clex.sk/download/html-help-${PV}.tar.gz )" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="doc" DEPEND="virtual/glibc >=sys-libs/ncurses-5.3" src_install() { make DESTDIR=${D} install || die "install failed" dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README use doc && dohtml ${WORKDIR}/html-help-${PV}/* }