You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/json-glib/json-glib-0.15.2.ebuild

33 lines
914 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-glib/json-glib-0.15.2.ebuild,v 1.10 2013/04/01 18:23:58 ago Exp $
EAPI=5
GCONF_DEBUG=yes
GNOME2_LA_PUNT=yes
inherit gnome2
DESCRIPTION="A library providing GLib serialization and deserialization support for the JSON format"
HOMEPAGE="http://live.gnome.org/JsonGlib"
LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x86-fbsd"
IUSE="+introspection"
RDEPEND=">=dev-libs/glib-2.31:2
introspection? ( >=dev-libs/gobject-introspection-0.9.5 )"
DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.13
>=sys-devel/gettext-0.18
virtual/pkgconfig"
src_configure() {
# Coverage support is useless, and causes runtime problems
G2CONF="${G2CONF}
--disable-gcov
$(use_enable introspection)"
gnome2_src_configure
}