Skip to content
Snippets Groups Projects
Verified Commit a0c71e41 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

user/xapian-core: unmaintained bump to 1.4.11

parent cdbf5477
No related branches found
No related tags found
No related merge requests found
# Contributor: Francesco Colista <fcolista@alpinelinux.org> # Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: # Maintainer:
pkgname=xapian-core pkgname=xapian-core
pkgver=1.4.10 pkgver=1.4.11
pkgrel=0 pkgrel=0
pkgdesc="Open source search engine library" pkgdesc="Open source search engine library"
url="https://xapian.org/" url="https://xapian.org/"
arch="all" arch="all"
options="!check" # https://trac.xapian.org/ticket/764 options="!check" # sortableserialise1 is still broken
license="GPL-2.0+" license="GPL-2.0+"
depends="" depends=""
depends_dev="zlib-dev util-linux-dev" depends_dev="zlib-dev util-linux-dev"
...@@ -25,7 +25,6 @@ esac ...@@ -25,7 +25,6 @@ esac
# - CVE-2018-0499 # - CVE-2018-0499
build() { build() {
cd "$builddir"
./configure \ ./configure \
--build=$CBUILD \ --build=$CBUILD \
--host=$CHOST \ --host=$CHOST \
...@@ -37,12 +36,10 @@ build() { ...@@ -37,12 +36,10 @@ build() {
} }
check() { check() {
cd "$builddir" make AUTOMATED_TESTING=1 VALGRIND= check
make VALGRIND= check
} }
package() { package() {
cd "$builddir"
make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" install
} }
...@@ -54,5 +51,5 @@ libxapian() { ...@@ -54,5 +51,5 @@ libxapian() {
mv "$pkgdir"/usr/lib/$subpkgname* "$subpkgdir"/usr/lib mv "$pkgdir"/usr/lib/$subpkgname* "$subpkgdir"/usr/lib
} }
sha512sums="fa716d6f8c04edb297d99dad4d7835f7874837ab3c39d7017e43708cde6992c596e579418be17b79772e002bd23b94169812523a1abd9519b1dd3df474f027d9 xapian-core-1.4.10.tar.xz sha512sums="72ab7b0c774390f38319d241689b2dc3c2837fbbf933616574f6ad167f14a25c2eff747910022065508dc7c44f806dc2b71dae80a1b4f1f47e1675fb951bc785 xapian-core-1.4.11.tar.xz
639c0ecd75be0627d334628b5adf581a7da92c4f86dfb86a92669368ff8a874d4bf4e344b8f3b1276d22d126d2bc44c8ab727e39e1c29c0358fe7bbc8aa8050d timeval-t.patch" 639c0ecd75be0627d334628b5adf581a7da92c4f86dfb86a92669368ff8a874d4bf4e344b8f3b1276d22d126d2bc44c8ab727e39e1c29c0358fe7bbc8aa8050d timeval-t.patch"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment