# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.6.ebuild,v 1.13 2004/02/02 17:54:50 plasmaroo Exp $ DESCRIPTION="A console-based hex editor for the *NIX platform which uses the ncurses library." HOMEPAGE="http://www.jewfish.net/software/" SRC_URI="mirror://gentoo/${P}.tar.gz http://www.jewfish.net/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64 ~sparc" IUSE="" DEPEND=">=sys-libs/ncurses-5.2" RDEPEND="${DEPEND}" src_unpack() { unpack ${A} cd ${S} } src_compile() { local myconf="" econf --target=${CHOST} ${myconf} || die "Configure failed" emake || die "Make failed" } src_install() { einstall || die "Install failed" }