# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="POSIX compliant version of the espresso logic minimization tool" HOMEPAGE="http://www.cs.man.ac.uk/amulet/projects/balsa/" SRC_URI="ftp://ftp.cs.man.ac.uk/pub/amulet/balsa/other-software/${P}.tar.gz" LICENSE="COPYING" SLOT="0" KEYWORDS="x86 ~ppc ~sparc" DEPEND="virtual/glibc" RDEPEND="${DEPEND}" S=${WORKDIR}/${P} src_unpack() { unpack ${P}.tar.gz } src_compile() { econf emake || die } src_install() { einstall || die "make install failed" }