aboutsummaryrefslogtreecommitdiff
path: root/community/xapian/build
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/xapian/build
parent7a7557c3627ccee0845b4b97c5ae63df30c689b1 (diff)
downloadrepository-647a32cd226df5747c60d7ae9aac9d05e0f65812.tar.gz
xapian: add new package at 1.4.14 to community
Diffstat (limited to 'community/xapian/build')
-rwxr-xr-xcommunity/xapian/build8
1 files changed, 8 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