# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-electronics/freehdl/freehdl-20040113.ebuild,v 1.3 2005/01/05 10:03:13 phosphan Exp $ inherit eutils DESCRIPTION="A free VHDL simulator." SRC_URI="http://cran.mit.edu/~enaroska/${P}.tar.gz" HOMEPAGE="http://freehdl.seul.org/" LICENSE="GPL-2" DEPEND="virtual/libc" RDEPEND="${DEPEND} >=dev-util/guile-1.2" SLOT="0" IUSE="" KEYWORDS="~x86 ~ppc" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${PN}-${PV}-gcc3.4.patch } src_install () { emake DESTDIR=${D} install || die "installation failed" dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README }