opt/gexiv2/Pkgfile

21 lines
573 B
Plaintext

# Description: GObject wrapper around the Exiv2 photo metadata library
# URL: https://wiki.gnome.org/Projects/gexiv2
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: exiv2 gobject-introspection
name=gexiv2
version=0.12.1
release=1
source=(https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
meson setup build $name-$version \
--prefix=/usr \
--buildtype=plain \
-D vapi=false \
-D gtk_doc=false \
-D python2_girdir=no
meson compile -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build
}