24 lines
818 B
Bash
24 lines
818 B
Bash
# Template file for 'gnome-online-miners'
|
|
pkgname=gnome-online-miners
|
|
version=3.26.0
|
|
revision=2
|
|
lib32disabled=yes
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
hostmakedepends="pkg-config intltool libxslt docbook-xsl glib-devel
|
|
$(vopt_if gir gobject-introspection)"
|
|
makedepends="libzapojit-devel libgdata-devel grilo-devel
|
|
tracker-devel gfbgraph-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=7f404db5eccb87524a5dfcef5b6f38b11047b371081559afbe48c34dbca2a98e
|
|
|
|
build_options="gir"
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
build_options_default="gir"
|
|
fi
|