# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="View and edit files in hex or ASCII" HOMEPAGE="http://www.chez.com/prigaux/hexedit.html" SRC_URI="http://rigaux.org/${P}.src.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc-macos ~ppc64 ~sparc ~x86" IUSE="" DEPEND="sys-libs/ncurses" S="${WORKDIR}/${PN}" src_install() { dobin hexedit || die "dobin failed" doman hexedit.1 || die "doman failed" dodoc Changes TODO || die "dodoc failed" }