From 2982b9a4ebdd5d075e337032f281fd84375007af Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Tue, 13 Apr 2004 16:24:06 +0000 Subject: Version bump, closes #47357. --- app-editors/hexedit/hexedit-1.2.9.ebuild | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 app-editors/hexedit/hexedit-1.2.9.ebuild (limited to 'app-editors/hexedit/hexedit-1.2.9.ebuild') diff --git a/app-editors/hexedit/hexedit-1.2.9.ebuild b/app-editors/hexedit/hexedit-1.2.9.ebuild new file mode 100644 index 000000000000..4c0601e9ce17 --- /dev/null +++ b/app-editors/hexedit/hexedit-1.2.9.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2004 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.9.ebuild,v 1.1 2004/04/13 16:24:06 zul 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 ~amd64" +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 +} -- cgit v1.2.3-65-gdbad