mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
kiwix-tools: update to 0.6.0.
Closes #11. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
866b67b3c2
commit
87675dd208
2 changed files with 4 additions and 7 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'kiwix-tools'
|
# Template file for 'kiwix-tools'
|
||||||
pkgname=kiwix-tools
|
pkgname=kiwix-tools
|
||||||
version=0.4.0
|
version=0.6.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="kiwix-lib-devel zlib-devel libmicrohttpd-devel libuuid-devel ctpp2-devel"
|
makedepends="kiwix-lib-devel zlib-devel libmicrohttpd-devel libuuid-devel ctpp2-devel"
|
||||||
short_desc="Kiwix command line tools"
|
short_desc="Kiwix command line tools"
|
||||||
maintainer="John <johnz@posteo.net>"
|
maintainer="John <johnz@posteo.net>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
|
#changelog="https://github.com/kiwix/kiwix-tools/blob/${verion}/Changelog"
|
||||||
homepage="https://kiwix.org"
|
homepage="https://kiwix.org"
|
||||||
distfiles="https://github.com/kiwix/kiwix-tools/archive/${version}.tar.gz"
|
distfiles="https://github.com/kiwix/kiwix-tools/archive/${version}.tar.gz"
|
||||||
checksum=168d2616c2f1829c897462e1f7557ca3b352d6baef80d0a1f3499748031f00cd
|
checksum=0907b21937d64bf89950c50ea8a8d396cf88bb8db76cc51f4fdcbdedbbd71cc2
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" kiwix-lib-devel"
|
hostmakedepends+=" kiwix-lib-devel"
|
||||||
|
|
|
@ -18,10 +18,6 @@ replaces="libzim-tools>=0"
|
||||||
build_options="zlib xapian"
|
build_options="zlib xapian"
|
||||||
build_options_default="zlib xapian"
|
build_options_default="zlib xapian"
|
||||||
|
|
||||||
do_check() {
|
|
||||||
:
|
|
||||||
}
|
|
||||||
|
|
||||||
libzim-devel_package() {
|
libzim-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="${sourcepkg}>=${version}_${revision}
|
depends="${sourcepkg}>=${version}_${revision}
|
||||||
|
|
Loading…
Add table
Reference in a new issue