void-packages/srcpkgs/libgexiv2/template
2017-09-19 12:10:35 +00:00

35 lines
985 B
Bash

# Template file for 'libgexiv2'
pkgname=libgexiv2
version=0.10.6
revision=3
wrksrc="${pkgname/lib/}-${version}"
build_style=gnu-configure
hostmakedepends="pkg-config $(vopt_if gir gobject-introspection)"
makedepends="libglib-devel exiv2-devel"
short_desc="GObject-based wrapper around the Exiv2 library"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="https://wiki.gnome.org/Projects/gexiv2"
distfiles="${GNOME_SITE}/gexiv2/${version%.*}/${pkgname/lib/}-${version}.tar.xz"
checksum=132788919667254b42c026ab39ab3c3a5be59be8575c05fa4b371ca8aed55825
build_options="gir"
if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir"
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
vmove usr/share/vala
if [ "$build_option_gir" ]; then
vmove "usr/share/gir-*"
fi
}
}