aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/xapian/build8
-rw-r--r--community/xapian/checksums1
-rw-r--r--community/xapian/depends1
-rw-r--r--community/xapian/sources1
-rw-r--r--community/xapian/version1
5 files changed, 12 insertions, 0 deletions
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