summaryrefslogtreecommitdiff
path: root/libxmlb/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libxmlb/Pkgfile')
-rw-r--r--libxmlb/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/libxmlb/Pkgfile b/libxmlb/Pkgfile
new file mode 100644
index 000000000..dfad735d9
--- /dev/null
+++ b/libxmlb/Pkgfile
@@ -0,0 +1,23 @@
+# 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
+}

Generated by cgit