# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 # $Header: /home/cvsroot/gentoo-x86/dev-util/guile/guile-1.5.4.ebuild,v 1.5 2002/08/16 04:04:42 murphy Exp $ S=${WORKDIR}/${P} DESCRIPTION="Guile is an interpreter for Scheme" SRC_URI="http://ftp.gnu.org/pub/gnu/${PN}/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/guile/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc sparc64" DEPEND=">=sys-libs/ncurses-5.1 >=sys-libs/readline-4.1" src_compile() { econf \ --with-threads \ --with-modules || die emake || die } src_install() { einstall || die dodoc AUTHORS COPYING ChangeLog GUILE-VERSION HACKING NEWS dodoc README SNAPSHOTS THANKS }