void-packages/srcpkgs/kiwix-lib/template
2020-09-24 18:02:44 +02:00

32 lines
1 KiB
Bash

# Template file for 'kiwix-lib'
pkgname=kiwix-lib
version=9.4.0
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 <me@johnnynator.dev>"
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=ccc883d06f111ebcb7f3530299798501b97400f319814871e17f73fa3e349766
if [ "$XBPS_TARGET_NO_ATOMIC8" ] || [ "${XBPS_TARGET_MACHINE/-musl/}" = "armv7l" ]; then
makedepends+=" libatomic-devel"
fi
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
}
}