# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header$ DESCRIPTION="Maude - A high-level specification language" HOMEPAGE="http://maude.cs.uiuc.edu/" SRC_URI="http://maude.cs.uiuc.edu/download/maude-src.tar.gz http://maude.cs.uiuc.edu/download/current/fm.maude" # It's a bit scary, but they do in fact not # provide these things with version numbers # included! LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64" IUSE="" RDEPEND="virtual/glibc dev-libs/buddy dev-libs/libtecla dev-libs/gmp" DEPEND="${RDEPEND} sys-devel/bison sys-devel/flex" S=${WORKDIR}/Maude-${PV} src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { make install DESTDIR=${D} dodoc README install ${DISTDIR}/fm.maude ${D}/usr/share/ chmod 444 ${D}/usr/share/*.maude }