# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 inherit autotools git-2 DESCRIPTION="an IRC bot written in Vala with support for dynamic plugins and a sqlite3-based database" HOMEPAGE="https://github.com/cmende/foobot-vala" EGIT_REPO_URI="git://github.com/cmende/${PN}-vala.git" EGIT_BOOTSTRAP="eautoreconf" LICENSE="BSD" SLOT="0" KEYWORDS="" IUSE="" RDEPEND="dev-libs/glib:2 dev-libs/libpeas dev-libs/sqlheavy" DEPEND="${RDEPEND} dev-lang/vala:0.16 virtual/pkgconfig" src_configure() { VALAC="$(type -p valac-0.16)" econf } src_install() { default find "${ED}" -name "*.la" -delete || die }