diff options
author | 2004-12-27 18:59:35 +0000 | |
---|---|---|
committer | 2004-12-27 18:59:35 +0000 | |
commit | 7fc003be2a22a549441a2236d18394c7fc241829 (patch) | |
tree | 6e61f5827eb6080e4eac89e10a8df33bbbbde4c2 /sci-electronics/espresso-ab/espresso-ab-1.0.ebuild | |
parent | Moving to sci-electronics/espresso-ab (diff) | |
download | gentoo-2-7fc003be2a22a549441a2236d18394c7fc241829.tar.gz gentoo-2-7fc003be2a22a549441a2236d18394c7fc241829.tar.bz2 gentoo-2-7fc003be2a22a549441a2236d18394c7fc241829.zip |
Moved from app-sci/espresso-ab to sci-electronics/espresso-ab.
Diffstat (limited to 'sci-electronics/espresso-ab/espresso-ab-1.0.ebuild')
-rw-r--r-- | sci-electronics/espresso-ab/espresso-ab-1.0.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sci-electronics/espresso-ab/espresso-ab-1.0.ebuild b/sci-electronics/espresso-ab/espresso-ab-1.0.ebuild new file mode 100644 index 000000000000..235993b6bebb --- /dev/null +++ b/sci-electronics/espresso-ab/espresso-ab-1.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/espresso-ab/espresso-ab-1.0.ebuild,v 1.1 2004/12/27 18:59:35 ribosome Exp $ + +IUSE="" + +DESCRIPTION="POSIX compliant version of the espresso logic minimization tool" +HOMEPAGE="http://www.cs.man.ac.uk/apt/projects/balsa/" +SRC_URI="ftp://ftp.cs.man.ac.uk/pub/amulet/balsa/other-software/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="x86 ~ppc ~sparc ~amd64" + +DEPEND="virtual/libc" + +src_compile() { + econf || die "econf failed" + emake || die +} + +src_install() { + einstall || die "make install failed" + + dodoc COPYING README +} + |