# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="LVS tool (layout versus schematic comparison)." HOMEPAGE="http://www.opencircuitdesign.com/netgen/index.html" SRC_URI="http://www.opencircuitdesign.com/netgen/archive/${P}.tgz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="dev-lang/tcl \ dev-lang/tk" src_compile() { # Short-circuit top-level configure script to retain CFLAGS cd scripts ./configure \ --prefix=/usr \ --libdir=/usr/share \ --mandir=/usr/share/man \ || die "configure failed" cd .. emake || die "emake failed" } src_install() { make DESTDIR=${D} install || die }