void-packages/srcpkgs/gnome-contacts/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

22 lines
725 B
Bash

# Template file for 'gnome-contacts'
pkgname=gnome-contacts
version=3.16.2
revision=2
build_style=gnu-configure
hostmakedepends="pkg-config intltool $(vopt_if gir gobject-introspection)"
makedepends="vala-devel telepathy-glib-devel
gnome-desktop-devel folks-devel libnotify-devel
cheese-devel libchamplain-devel geocode-glib-devel"
depends="desktop-file-utils"
short_desc="GNOME contacts manager"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.gnome.org"
license="GPL-2"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=fb625a40fe915d866625a7d688c9a3b454d198c9474ce2efc3979f2b0d1687e7
build_options="gir"
if [ -z "$CROSS_BUILD" ]; then
build_options_default+=" gir"
fi