# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/less/less-382-r2.ebuild,v 1.13 2005/01/02 23:40:57 ciaranm Exp $ DESCRIPTION="Excellent text file viewer" HOMEPAGE="http://www.greenwoodsoftware.com/" SRC_URI="http://www.greenwoodsoftware.com/less/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" IUSE="" DEPEND="virtual/libc >=sys-libs/ncurses-5.2" src_install() { dobin less lessecho lesskey || die newbin ${FILESDIR}/lesspipe.sh lesspipe.sh # Needed for groff-1.18 and later ... dodir /etc/env.d echo "LESS=\"-R\"" > ${D}/etc/env.d/70less newman lesskey.nro lesskey.1 newman less.nro less.1 dodoc NEWS README }