summaryrefslogtreecommitdiff
path: root/libxmlb/Pkgfile
blob: 0fddcfd44ab73c02acfb5bff7056dea167586bdc (plain)
    1 # Description: Library to help create and query binary XML blobs
    2 # URL: https://github.com/hughsie/libxmlb
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on: gobject-introspection snowball
    5 
    6 name=libxmlb
    7 version=0.3.10
    8 release=2
    9 source=(https://people.freedesktop.org/~hughsient/releases/$name-$version.tar.xz)
   10 
   11 build() {
   12   meson setup $name-$version build \
   13     --prefix=/usr \
   14     --libexecdir=lib/$name \
   15     --buildtype=plain \
   16     --wrap-mode nodownload \
   17     -D b_lto=true \
   18     -D b_pie=true \
   19     -D stemmer=true \
   20     -D gtkdoc=false
   21 
   22   meson compile -C build
   23   DESTDIR=$PKG meson install -C build
   24 }

Generated by cgit