# Template file for 'libgexiv2' pkgname=libgexiv2 version=0.10.7 revision=1 wrksrc="${pkgname/lib/}-${version}" build_style=meson configure_args="-Ddisable-introspection=$(vopt_if gir false true) -Denable-gtk-doc=true" hostmakedepends="pkg-config $(vopt_if gir gobject-introspection) glib-devel gtk-doc" makedepends="libglib-devel exiv2-devel" short_desc="GObject-based wrapper around the Exiv2 library" maintainer="Juan RP " license="GPL-2" homepage="https://wiki.gnome.org/Projects/gexiv2" distfiles="${GNOME_SITE}/gexiv2/${version%.*}/${pkgname/lib/}-${version}.tar.xz" checksum=8bbd6dce0d558ac572385d8d726c4ba5caba1da411977806ade7f0e7bf08e3b8 build_options="gir" if [ -z "$CROSS_BUILD" ]; then build_options_default="gir" hostmakedepends+=" vala" fi libgexiv2-devel_package() { depends="${makedepends} ${sourcepkg}-${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/*.so vmove usr/lib/pkgconfig vmove usr/share/gtk-doc if [ -z "$CROSS_BUILD" ]; then vmove usr/share/vala fi if [ "$build_option_gir" ]; then vmove "usr/share/gir-*" fi } }