mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
xapian-core: update to 1.4.24.
This commit is contained in:
parent
0b19d881a1
commit
26700e4353
1 changed files with 8 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'xapian-core'
|
||||
pkgname=xapian-core
|
||||
version=1.4.21
|
||||
version=1.4.24
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
|
@ -10,8 +10,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://www.xapian.org/"
|
||||
changelog="https://xapian.org/docs/xapian-core-${version}/NEWS"
|
||||
distfiles="https://oligarchy.co.uk/xapian/${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=80f86034d2fb55900795481dfae681bfaa10efbe818abad3622cdc0c55e06f88
|
||||
distfiles="https://oligarchy.co.uk/xapian/${version}/xapian-core-${version}.tar.xz"
|
||||
checksum=eda5ae6dcf6b0553a8676af64b1fd304e998cd20f779031ccaaf7ab9a373531a
|
||||
|
||||
# xapian-config needs the .la
|
||||
keep_libtool_archives=yes
|
||||
|
@ -24,21 +24,23 @@ xapian-core-devel_package() {
|
|||
vmove usr/share/aclocal
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/*.la
|
||||
vmove usr/lib/*.so
|
||||
vmove "usr/lib/*.la"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/bin/xapian-config
|
||||
vmove usr/share/man/man1/xapian-config.1
|
||||
}
|
||||
}
|
||||
|
||||
xapian-core-doc_package() {
|
||||
short_desc+=" - documentation"
|
||||
pkg_install() {
|
||||
vmove usr/share/doc
|
||||
}
|
||||
}
|
||||
|
||||
libxapian_package() {
|
||||
short_desc+=" - runtime library"
|
||||
pkg_install() {
|
||||
vmove usr/lib/*.so.*
|
||||
vmove "usr/lib/*.so.*"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue