36 lines
1.0 KiB
Bash
36 lines
1.0 KiB
Bash
# Template file for 'libgexiv2'
|
|
pkgname=libgexiv2
|
|
version=0.14.0
|
|
revision=2
|
|
build_style=meson
|
|
build_helper="gir"
|
|
configure_args="-Dintrospection=$(vopt_if gir true false)
|
|
-Dvapi=$(vopt_if vala true false)"
|
|
hostmakedepends="pkg-config glib-devel $(vopt_if vala 'vala') python3-gobject"
|
|
makedepends="libglib-devel exiv2-devel"
|
|
short_desc="GObject-based wrapper around the Exiv2 library"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://wiki.gnome.org/Projects/gexiv2"
|
|
distfiles="${GNOME_SITE}/gexiv2/${version%.*}/${pkgname/lib/}-${version}.tar.xz"
|
|
checksum=e58279a6ff20b6f64fa499615da5e9b57cf65ba7850b72fafdf17221a9d6d69e
|
|
|
|
build_options="gir vala"
|
|
build_options_default="gir vala"
|
|
|
|
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
|
|
if [ "$build_option_vala" ]; then
|
|
vmove usr/share/vala
|
|
fi
|
|
if [ "$build_option_gir" ]; then
|
|
vmove "usr/share/gir-*"
|
|
fi
|
|
}
|
|
}
|