contrib/libxmlb/Pkgfile

24 lines
592 B
Plaintext

# Description: Library to help create and query binary XML blobs
# URL: https://github.com/hughsie/libxmlb
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: gobject-introspection snowball
name=libxmlb
version=0.3.9
release=1
source=(https://people.freedesktop.org/~hughsient/releases/$name-$version.tar.xz)
build() {
meson setup $name-$version build \
--prefix=/usr \
--buildtype=plain \
--wrap-mode nodownload \
-D b_lto=true \
-D b_pie=true \
-D stemmer=true \
-D gtkdoc=false
meson compile -C build
DESTDIR=$PKG meson install -C build
}