# Template file for 'kiwix-lib' pkgname=kiwix-lib version=8.2.2 revision=1 build_style=meson hostmakedepends="pkg-config" makedepends="icu-devel libzim-devel pugixml-devel xapian-core-devel libmicrohttpd-devel libcurl-devel Mustache gtest-devel" short_desc="Common code base for all Kiwix ports" maintainer="John " license="GPL-3.0-or-later" homepage="https://www.kiwix.org/" changelog="https://github.com/kiwix/kiwix-lib/blob/${version}/ChangeLog" distfiles="https://github.com/kiwix/kiwix-lib/archive/${version}.tar.gz" checksum=dc8d454d79b175c0b9f3c4d268db17da8e80fcd8df3987af0f58cb399bd5da61 case "$XBPS_TARGET_MACHINE" in armv6l*) makedepends+=" libatomic-devel" LDFLAGS="-latomic" ;; esac kiwix-lib-devel_package() { short_desc+=" - development packages" depends="pugixml-devel icu-devel xapian-core-devel libzim-devel libaria2-devel ${sourcepkg}>=${version}_${revision}" pkg_install() { vmove usr/lib/*.so vmove usr/lib/pkgconfig vmove usr/bin vmove usr/include } }