void-packages/srcpkgs/gnome-online-miners/template
jbu 0f54db474a gnome-*: add build option 'gir'
This should allow cross compilation of all gnome-* packages
2015-06-20 13:16:15 +02:00

23 lines
826 B
Bash

# Template file for 'gnome-online-miners'
pkgname=gnome-online-miners
version=3.14.3
revision=2
lib32disabled=yes
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="pkg-config intltool libxslt docbook-xsl $(vopt_if gir gobject-introspection)"
makedepends="libzapojit-devel libgdata-devel grilo-devel
tracker-devel gfbgraph-devel libmediaart-devel gnome-online-accounts-devel"
depends="libzapojit>=0.0.3_3"
short_desc="GNOME service that crawls through your online content"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.gnome.org"
license="GPL-2"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=907f0c1d2f4fcb762be9e3992d05bcc39d292d9c1246c2aca2b293b04c59ba7d
build_options="gir"
if [ -z "$CROSS_BUILD" ]; then
build_options_default+=" gir"
fi