10b2e773f5
[ci skip]
31 lines
936 B
Bash
31 lines
936 B
Bash
# Template file for 'libzim'
|
|
pkgname=libzim
|
|
version=4.0.4
|
|
revision=2
|
|
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="http://www.openzim.org/"
|
|
changelog="https://github.com/openzim/libzim/blob/${version}/ChangeLog"
|
|
distfiles="https://github.com/openzim/libzim/archive/${version}.tar.gz"
|
|
checksum=8f56a16d15e810150d3c3ee9acce3606f676c90b72936e11f77f2a2548cd4611
|
|
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
|
|
}
|
|
}
|