From: Armaan Bhojwani Date: Fri, 18 Jun 2021 21:39:42 +0000 (-0400) Subject: xapian-core: new package at 1.4.18 X-Git-Tag: 2021.07.15-1~127 X-Git-Url: https://git.armaanb.net/?p=asd-repo.git;a=commitdiff_plain;h=2b9050d38d250090d177a054b3d704c6c3096cbe xapian-core: new package at 1.4.18 --- diff --git a/xapian-core/build b/xapian-core/build new file mode 100755 index 0000000..13dd159 --- /dev/null +++ b/xapian-core/build @@ -0,0 +1,10 @@ +#!/usr/bin/sh -e + +./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --localstatedir=/var + +make +make DESTDIR="$1" install diff --git a/xapian-core/checksums b/xapian-core/checksums new file mode 100644 index 0000000..c787fa9 --- /dev/null +++ b/xapian-core/checksums @@ -0,0 +1 @@ +196ddbb4ad10450100f0991a599e4ed944cbad92e4a6fe813be6dce160244b77 diff --git a/xapian-core/depends b/xapian-core/depends new file mode 100644 index 0000000..e121f42 --- /dev/null +++ b/xapian-core/depends @@ -0,0 +1,3 @@ +libtool make +util-linux make +zlib make diff --git a/xapian-core/sources b/xapian-core/sources new file mode 100644 index 0000000..62ee165 --- /dev/null +++ b/xapian-core/sources @@ -0,0 +1 @@ +https://oligarchy.co.uk/xapian/1.4.18/xapian-core-1.4.18.tar.xz diff --git a/xapian-core/version b/xapian-core/version new file mode 100644 index 0000000..6806655 --- /dev/null +++ b/xapian-core/version @@ -0,0 +1 @@ +1.4.18 1