Skip to content
Snippets Groups Projects
Commit 2f7b790f authored by Leo's avatar Leo
Browse files

community/xapian-core: modernize

parent 9f597246
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ arch="all"
license="GPL-2.0-or-later"
makedepends="zlib-dev util-linux-dev libtool"
subpackages="$pkgname-dev $pkgname-doc libxapian"
source="http://oligarchy.co.uk/xapian/$pkgver/$pkgname-$pkgver.tar.xz
source="http://oligarchy.co.uk/xapian/$pkgver/xapian-core-$pkgver.tar.xz
timeval-t.patch"
case "$CARCH" in
......@@ -19,7 +19,7 @@ esac
# secfixes:
# 1.4.6-r0:
# - CVE-2018-0499
# - CVE-2018-0499
build() {
./configure \
......@@ -37,7 +37,6 @@ check() {
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
......
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