1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
8 DESCRIPTION="Library to help create and query binary XML blobs"
9 HOMEPAGE="https://github.com/hughsie/libxmlb"
10 SRC_URI="https://github.com/hughsie/libxmlb/archive/${PV}.tar.gz -> ${P}.tar.gz"
14 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
15 IUSE="doc introspection stemmer test"
20 stemmer? ( dev-libs/snowball-stemmer )
25 doc? ( dev-util/gtk-doc )
26 introspection? ( dev-libs/gobject-introspection )
30 >=dev-util/meson-0.47.0
36 -Dgtkdoc="$(usex doc true false)"
37 -Dintrospection="$(usex introspection true false)"
38 -Dstemmer="$(usex stemmer true false)"
39 -Dtests="$(usex test true false)"