aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-02-17 11:30:05 +0300
committerCem Keylan <cem@ckyln.com>2020-02-17 11:30:05 +0300
commit647a32cd226df5747c60d7ae9aac9d05e0f65812 (patch)
tree40f737320cb81cef322a1875e11217fcfbed004a /community
parent7a7557c3627ccee0845b4b97c5ae63df30c689b1 (diff)
downloadrepository-647a32cd226df5747c60d7ae9aac9d05e0f65812.tar.gz
xapian: add new package at 1.4.14 to community
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