# 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.4.1.ebuild,v 1.3 2002/12/16 22:48:17 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="Guile is an interpreter for Scheme" SRC_URI="mirror://gnu/guile/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/guile/" SLOT="1.6.1" LICENSE="GPL-2" KEYWORDS="x86 ~alpha" DEPEND=">=sys-libs/ncurses-5.1 >=sys-libs/readline-4.1" src_compile() { econf \ --with-threads \ --with-modules || die "Configuration failed" make || die "Compilation failed" } src_install() { einstall || die "Installation failed" dodoc ANON-CVS AUTHORS COPYING ChangeLog HACKING NEWS README dodoc SNAPSHOTS THANKS }