# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 inherit gnome2 vala DESCRIPTION="Library for work with MS cabinet files" HOMEPAGE="https://wiki.gnome.org/msitools" SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/${PN}/${PV}/${P}.tar.xz" LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="+introspection static vala" REQUIRED_USE=" vala? ( introspection ) " RDEPEND=" introspection? ( >=dev-libs/gobject-introspection-0.10.8 ) " DEPEND="${RDEPEND} dev-libs/gobject-introspection-common dev-libs/vala-common >=dev-util/gtk-doc-am-1.13 >=virtual/pkgconfig-0-r1 vala? ( $(vala_depend) ) " src_configure() { ECONF_SOURCE=${S} \ gnome2_src_configure \ $(use_enable static) \ $(use_enable introspection) }