# Copyright 1999-2004 Gentoo Foundation and Tim Yamin # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-electronics/vbs/vbs-1.4.0.ebuild,v 1.1 2004/12/27 20:29:23 ribosome Exp $ inherit eutils HOMEPAGE="http://www.geda.seul.org/tools/vbs/index.html" DESCRIPTION="vbs - the Verilog Behavioral Simulator" SRC_URI="http://www.geda.seul.org/dist/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" IUSE="" KEYWORDS="~x86 ~ppc" DEPEND=">=sys-devel/flex-2.3 >=sys-devel/bison-1.22" src_unpack () { unpack ${A} cd ${S} epatch ${FILESDIR}/${PN}-gcc-3.4.patch } src_compile () { cd src econf || die emake vbs || die } src_install () { dodoc BUGS CONTRIBUTORS COPYRIGHT FAQ README vbs.txt docinto examples dodoc EXAMPLES/* exeinto /usr/bin doexe src/vbs }