# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-libs/cln/cln-1.1.6.ebuild,v 1.1 2004/12/28 20:05:29 ribosome Exp $ DESCRIPTION="GNU libmatheval is a library to parse and evaluate symbolic expressions input as text" HOMEPAGE="http://www.gnu.org/software/libmatheval/" LICENSE="GPL-2" SLOT="1" KEYWORDS="x86 ~ppc ~sparc ~amd64" IUSE="" SRC_URI="http://ftp.gnu.org/gnu/libmatheval/libmatheval-${PV}.tar.gz" src_install() { make install DESTDIR="${D}" || die dodoc README NEWS }