mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
kiwix-lib: update to 2.0.1.
Closes #11. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
0bcbb40d48
commit
866b67b3c2
1 changed files with 8 additions and 6 deletions
|
@ -1,21 +1,23 @@
|
|||
# Template file for 'kiwix-lib'
|
||||
pkgname=kiwix-lib
|
||||
version=1.1.1
|
||||
version=2.0.1
|
||||
revision=1
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config ctpp2"
|
||||
makedepends="ctpp2-devel icu-devel libzim-devel pugixml-devel xapian-core-devel"
|
||||
makedepends="ctpp2-devel icu-devel libzim-devel pugixml-devel xapian-core-devel
|
||||
libaria2-devel"
|
||||
short_desc="Common code base for all Kiwix ports"
|
||||
maintainer="John <johnz@posteo.net>"
|
||||
license="GPL-3"
|
||||
homepage="kiwix.org"
|
||||
license="GPL-3.0-or-later"
|
||||
#changelog="https://github.com/kiwix/kiwix-lib/blob/${version}/ChangeLog"
|
||||
homepage="https://www.kiwix.org/"
|
||||
distfiles="https://github.com/kiwix/kiwix-lib/archive/${version}.tar.gz"
|
||||
checksum=a33219f4e291e21d557660f05f5a4df1cf84b3281131d17d638cf8842e006c23
|
||||
checksum=ff2cb31da5183d541451158bfb678ff864ceea5cd22b655350cc0d80e7cfa3ac
|
||||
|
||||
kiwix-lib-devel_package() {
|
||||
short_desc+=" - development packages"
|
||||
depends="pugixml-devel icu-devel xapian-core-devel libzim-devel
|
||||
ctpp2-devel ${sourcepkg}>=${version}_${revision}"
|
||||
ctpp2-devel libaria2-devel ${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/lib/pkgconfig
|
||||
|
|
Loading…
Add table
Reference in a new issue