opt/gexiv2/Pkgfile
2020-08-16 23:28:11 +10:00

17 lines
490 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() {
cd $name-$version
meson build --prefix /usr -Dvapi=false -Dgtk_doc=false
DESTDIR=$PKG ninja -C build -j ${JOBS:-1} install
}