31 lines
950 B
Bash
31 lines
950 B
Bash
# Template file for 'libzim'
|
|
pkgname=libzim
|
|
version=6.1.5
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="pkg-config git"
|
|
makedepends="liblzma-devel $(vopt_if zlib zlib-devel)
|
|
$(vopt_if xapian "xapian-core-devel icu-devel")
|
|
gtest-devel"
|
|
short_desc="Library to read and write ZIM files"
|
|
maintainer="John <johnz@posteo.net>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://wiki.openzim.org/wiki/OpenZIM"
|
|
changelog="https://github.com/openzim/libzim/blob/${version}/ChangeLog"
|
|
distfiles="https://github.com/openzim/libzim/archive/${version}.tar.gz"
|
|
checksum=c38127663c79a672204426491cf117b609957b4ce2ec69413e474b668a1b02f2
|
|
replaces="libzim-tools>=0"
|
|
|
|
build_options="zlib xapian"
|
|
build_options_default="zlib xapian"
|
|
|
|
libzim-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}>=${version}_${revision}
|
|
$(vopt_if zlib zlib-devel) liblzma-devel"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/*.so
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|