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 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 community/xapian/build (limited to 'community/xapian/build') 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 -- cgit v1.2.3