# Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Vala - Compiler for the GObject type system" HOMEPAGE="http://live.gnome.org/Vala" SRC_URI="http://www.paldo.org/vala/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND=">=dev-libs/glib-2.10" src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "install failed" dodoc NEWS README MAINTAINERS }