Overlay/dev-util/valadoc/valadoc-9999.ebuild

37 lines
749 B
Bash
Raw Normal View History

2013-02-18 17:31:57 +04:00
# Copyright 1999-2012 Gentoo Foundation
2012-11-22 11:30:24 +04:00
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
2013-02-18 17:31:57 +04:00
inherit autotools git-2
2012-11-22 11:30:24 +04:00
2013-02-18 17:31:57 +04:00
DESCRIPTION="a documentation generator for Vala source code"
HOMEPAGE="https://live.gnome.org/Valadoc"
EGIT_REPO_URI="git://git.gnome.org/valadoc"
EGIT_BOOTSTRAP="eautoreconf"
2012-11-22 11:30:24 +04:00
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""
2013-12-09 12:23:06 +04:00
RDEPEND="dev-lang/vala
>=dev-libs/glib-2.12
>=dev-libs/libgee-0.5
2013-02-18 17:31:57 +04:00
>=media-gfx/graphviz-2.16
2013-12-09 12:23:06 +04:00
x11-libs/gdk-pixbuf
>=x11-libs/gtk+-2.10"
2013-02-18 17:31:57 +04:00
DEPEND="${RDEPEND}
virtual/pkgconfig"
2012-11-22 11:30:24 +04:00
2013-02-18 17:31:57 +04:00
DOCS=( AUTHORS MAINTAINERS THANKS )
2012-11-22 11:30:24 +04:00
2013-02-18 17:31:57 +04:00
src_configure() {
2013-12-09 12:23:06 +04:00
VALAC="$(type -p valac)" econf --disable-static
2012-11-22 11:30:24 +04:00
}
2013-02-18 17:31:57 +04:00
src_install() {
default
find "${ED}" -name "*.la" -type f -exec rm -rf {} + || die
2012-11-22 11:30:24 +04:00
}