# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-lang/stratego/stratego-0.16.ebuild,v 1.3 2007/04/28 16:57:49 swegener Exp $ inherit flag-o-matic DESCRIPTION="Stratego term-rewriting language" HOMEPAGE="http://www.stratego-language.org/" SRC_URI="ftp://ftp.stratego-language.org/pub/stratego/StrategoXT/strategoxt-${PV}/strategoxt-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" DEPEND=">=dev-libs/aterm-2.4.2 >=dev-libs/sdf2-bundle-2.3.3" S=${WORKDIR}/strategoxt-${PV} IUSE="" src_compile() { filter-flags -fomit-frame-pointer econf || die "econf failed" make || die } src_install() { make DESTDIR=${D} install || die doenvd ${FILESDIR}/42stratego }