diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-27 20:24:41 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-27 20:24:41 +0000 |
commit | a14cd0fae3d0ae71486c9f676d255dedb8309e54 (patch) | |
tree | 90eef72bfc044458d1f8ddf140cbcdeb4523dc61 /app-sci/tclspice/tclspice-0.2.15.ebuild | |
parent | Moved from app-sci/systemc to sci-electronics/systemc (diff) | |
download | historical-a14cd0fae3d0ae71486c9f676d255dedb8309e54.tar.gz historical-a14cd0fae3d0ae71486c9f676d255dedb8309e54.tar.bz2 historical-a14cd0fae3d0ae71486c9f676d255dedb8309e54.zip |
Moving to sci-electronics/tclspice
Diffstat (limited to 'app-sci/tclspice/tclspice-0.2.15.ebuild')
-rw-r--r-- | app-sci/tclspice/tclspice-0.2.15.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/app-sci/tclspice/tclspice-0.2.15.ebuild b/app-sci/tclspice/tclspice-0.2.15.ebuild deleted file mode 100644 index 3677cb463381..000000000000 --- a/app-sci/tclspice/tclspice-0.2.15.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/tclspice/tclspice-0.2.15.ebuild,v 1.4 2004/08/07 21:25:16 slarti Exp $ - -DESCRIPTION="Spice circuit simulator with TCL scripting language and GUI" -HOMEPAGE="http://tclspice.sf.net/" -SRC_URI="mirror://sourceforge/tclspice/${P}.tar.gz" - -IUSE="" -LICENSE="BSD" -SLOT="0" - -KEYWORDS="x86 ~sparc ~ppc" -DEPEND="dev-lang/tk - >=dev-tcltk/blt-2.4z - >=dev-tcltk/tclreadline-2.1.0" - -RDEPEND="$DEPEND - sys-libs/readline" - -S=${WORKDIR}/${PN} -MAKEOPTS="$MAKEOPTS -j1" # Seems to get out-of-sync and break otherwise - -src_compile() { - - econf --enable-xspice --enable-experimental --with-tcl || die - emake tcl || die - -} - -src_install() { - - make DESTDIR=${D} install-tcl || die - cd ${S} - dodoc README README.Tcl ChangeLog - cd src/tcl - docinto tcl - dodoc ChangeLog README - -} |