diff options
author | George Shapovalov <george@gentoo.org> | 2002-11-28 01:45:37 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-11-28 01:45:37 +0000 |
commit | fe528fa051b0e00ef124d6011d50a7d7a3451a41 (patch) | |
tree | 14e03d054f5623c33b0de310830c776dc81d7f5c /app-sci | |
parent | gnome 2.0.3 (diff) | |
download | historical-fe528fa051b0e00ef124d6011d50a7d7a3451a41.tar.gz historical-fe528fa051b0e00ef124d6011d50a7d7a3451a41.tar.bz2 historical-fe528fa051b0e00ef124d6011d50a7d7a3451a41.zip |
some clean-ups, added IUSE
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/lard/lard-2.0.14.ebuild | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/app-sci/lard/lard-2.0.14.ebuild b/app-sci/lard/lard-2.0.14.ebuild index d0064b7f3c06..e2cfe9ac15e7 100644 --- a/app-sci/lard/lard-2.0.14.ebuild +++ b/app-sci/lard/lard-2.0.14.ebuild @@ -1,28 +1,30 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/lard/lard-2.0.14.ebuild,v 1.3 2002/11/17 09:00:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/lard/lard-2.0.14.ebuild,v 1.4 2002/11/28 01:45:37 george Exp $ + +IUSE="" DESCRIPTION="Language for Asynchronous Research and Development. Used to describe and simulate asynchronous circuits" HOMEPAGE="http://www.cs.man.ac.uk/amulet/projects/lard/" -SRC_URI="ftp://ftp.cs.man.ac.uk/pub/amulet/lard/${P}.tar.gz - ftp://ftp.cs.man.ac.uk/pub/amulet/lard/lard-demos-2.0.12.tar.gz +SRC_URI="ftp://ftp.cs.man.ac.uk/pub/amulet/lard/${P}.tar.gz + ftp://ftp.cs.man.ac.uk/pub/amulet/lard/lard-demos-2.0.12.tar.gz ftp://ftp.cs.man.ac.uk/pub/amulet/lard/lard-doc-2.0.14.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~sparc64" - -DEPEND="sys-devel/flex - dev-lang/tcl - dev-lang/tk - sys-devel/bison - sys-devel/binutils - dev-tcltk/tclx - dev-libs/gmp - sys-devel/perl +KEYWORDS="x86 ~ppc ~sparc ~sparc64" + +DEPEND="sys-devel/flex + dev-lang/tcl + dev-lang/tk + sys-devel/bison + sys-devel/binutils + dev-tcltk/tclx + dev-libs/gmp + sys-devel/perl dev-tcltk/bwidget" -src_unpack() { +src_unpack() { unpack ${A} ; cd ${S} patch -p1 < ${FILESDIR}/lard-2.0.14-configure.patch || die } @@ -35,7 +37,7 @@ src_compile() { src_install() { make DESTDIR=${D} install || die "install failed" - dodoc AUTHORS COPYING NEWS README + dodoc AUTHORS COPYING NEWS README dodir /usr/share/doc/${PF}/demos cp -R ${WORKDIR}/lard-demos-2.0.12/* ${D}/usr/share/doc/${PF}/demos |