From 647a32cd226df5747c60d7ae9aac9d05e0f65812 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 17 Feb 2020 11:30:05 +0300 Subject: xapian: add new package at 1.4.14 to community --- community/xapian/build | 8 ++++++++ community/xapian/checksums | 1 + community/xapian/depends | 1 + community/xapian/sources | 1 + community/xapian/version | 1 + 5 files changed, 12 insertions(+) create mode 100755 community/xapian/build create mode 100644 community/xapian/checksums create mode 100644 community/xapian/depends create mode 100644 community/xapian/sources create mode 100644 community/xapian/version (limited to 'community') diff --git a/community/xapian/build b/community/xapian/build new file mode 100755 index 00000000..0e9165ba --- /dev/null +++ b/community/xapian/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --sbindir=/usr/bin + +make +make DESTDIR="$1" install diff --git a/community/xapian/checksums b/community/xapian/checksums new file mode 100644 index 00000000..c1e4570c --- /dev/null +++ b/community/xapian/checksums @@ -0,0 +1 @@ +975a7ac018c9d34a15cc94a3ecc883204403469f748907e5c4c64d0aec2e4949 xapian-core-1.4.14.tar.xz diff --git a/community/xapian/depends b/community/xapian/depends new file mode 100644 index 00000000..f22003e8 --- /dev/null +++ b/community/xapian/depends @@ -0,0 +1 @@ +zlib diff --git a/community/xapian/sources b/community/xapian/sources new file mode 100644 index 00000000..b27e1af4 --- /dev/null +++ b/community/xapian/sources @@ -0,0 +1 @@ +https://oligarchy.co.uk/xapian/1.4.14/xapian-core-1.4.14.tar.xz diff --git a/community/xapian/version b/community/xapian/version new file mode 100644 index 00000000..ee53fe74 --- /dev/null +++ b/community/xapian/version @@ -0,0 +1 @@ +1.4.14 1 -- cgit v1.2.3