# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.2.ebuild,v 1.11 2003/09/05 23:05:05 msterret Exp $ S="${WORKDIR}/hexedit" DESCRIPTION="View and edit files in hex or ASCII." SRC_URI="http://merd.net/pixel/${P}.src.tgz" HOMEPAGE="http://www.chez.com/prigaux/hexedit.html" DEPEND="virtual/glibc sys-libs/ncurses" RDEPEND="" SLOT="0" KEYWORDS="x86 ppc sparc alpha" LICENSE="GPL-1" src_compile() { cd "${S}" ./configure --host="${CHOST}" --prefix=/usr --mandir=/usr/share/man \ || die "./configure failed" emake || die } src_install () { dobin hexedit doman hexedit.1 dodoc COPYING Changes TODO }