# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Val(a)IDE is an IDE for the Vala programming language" HOMEPAGE="http://www.valaide.org/" SRC_URI="http://valide.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND=">=dev-libs/glib-2.16.0 >=x11-libs/gtk+-2.16.0 >=dev-libs/libxml2-2.0.0 >=x11-libs/gtksourceview-2.0.0 >=dev-lang/vala-0.7.3 dev-db/sqlite:3 >=dev-libs/libunique-1.0.0" RDEPEND="${DEPEND}" src_compile() { ./waf configure --prefix=/usr ./waf build } src_install() { ./waf install --destdir=${D} }