xapian-core: update to 1.4.7.

This commit is contained in:
Piotr Wójcik 2018-08-08 19:58:24 +02:00 committed by maxice8
parent 32864ce396
commit 63c93c5032
3 changed files with 15 additions and 8 deletions

1
srcpkgs/xapian-core-doc Symbolic link
View file

@ -0,0 +1 @@
xapian-core

View file

@ -1,17 +1,16 @@
# Template file for 'xapian-core'
pkgname=xapian-core
version=1.4.5
revision=2
version=1.4.7
revision=1
build_style=gnu-configure
configure_args="--disable-static"
makedepends="zlib-devel libuuid-devel"
short_desc="Open source search engine"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.xapian.org/"
license="GPL-2"
# distfiles="http://oligarchy.co.uk/xapian/${version}/${pkgname}-${version}.tar.xz"
distfiles="http://ftp.osuosl.org/pub/blfs/conglomeration/xapian/${pkgname}-${version}.tar.xz"
checksum=85b5f952de9df925fd13e00f6e82484162fd506d38745613a50b0a2064c6b02b
homepage="https://www.xapian.org/"
license="GPL-2.0-or-later"
distfiles="https://oligarchy.co.uk/xapian/${version}/${pkgname}-${version}.tar.xz"
checksum=13f08a0b649c7afa804fa0e85678d693fd6069dd394c9b9e7d41973d74a3b5d3
# xapian-config needs the .la
keep_libtool_archives=yes
@ -21,7 +20,6 @@ xapian-core-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/share/doc
vmove usr/share/aclocal
vmove usr/lib/cmake
vmove usr/lib/pkgconfig
@ -31,6 +29,13 @@ xapian-core-devel_package() {
vmove usr/share/man/man1/xapian-config.1
}
}
xapian-core-doc_package() {
short_desc+=" - documentation"
noarch=yes
pkg_install() {
vmove usr/share/doc
}
}
libxapian_package() {
short_desc+=" - runtime library"
pkg_install() {

View file

@ -0,0 +1 @@
site='https://xapian.org/download'