aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorDuncan Bellamy <dunk@denkimushi.com>2020-03-07 11:10:24 +0000
committerRasmus Thomsen <oss@cogitri.dev>2020-03-07 22:32:50 +0100
commit19cf36f74173f069986c421aebab851cfc580776 (patch)
tree02691e7ccd6444f981d47afda794a3dca2ea00aa /testing
parent3620945bbf675858ea1da7f8d09dcf80f613f44b (diff)
downloadaports-19cf36f74173f069986c421aebab851cfc580776.tar.bz2
aports-19cf36f74173f069986c421aebab851cfc580776.tar.xz
testing/dovecot-fts-xapian: new aport
add dovecot plugin for fts-xapian
Diffstat (limited to 'testing')
-rw-r--r--testing/dovecot-fts-xapian/APKBUILD36
1 files changed, 36 insertions, 0 deletions
diff --git a/testing/dovecot-fts-xapian/APKBUILD b/testing/dovecot-fts-xapian/APKBUILD
new file mode 100644
index 0000000000..83e41babc6
--- /dev/null
+++ b/testing/dovecot-fts-xapian/APKBUILD
@@ -0,0 +1,36 @@
+# Contributor: Duncan Bellamy <dunk@denkimushi.com>
+# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
+pkgname="dovecot-fts-xapian"
+pkgver="1.2.10"
+pkgrel=0
+pkgdesc="Dovecot xapian fts plugin"
+url="https://github.com/grosjo/fts-xapian"
+arch="all"
+license="LGPL-2.1-or-later"
+depends="dovecot xapian-core"
+makedepends="automake autoconf libtool dovecot-dev xapian-core-dev icu-dev"
+source="$pkgname-$pkgver.tar.gz::https://github.com/grosjo/fts-xapian/archive/$pkgver.tar.gz"
+builddir="$srcdir/"fts-xapian-$pkgver
+
+prepare() {
+ default_prepare
+ libtoolize
+ autoreconf -vi
+}
+
+build() {
+ PANDOC=false ./configure \
+ --enable-static=no \
+ --with-dovecot=/usr/lib/dovecot
+ make
+}
+
+check() {
+ make check
+}
+
+package() {
+ make DESTDIR="$pkgdir" install
+}
+
+sha512sums="29aedcb66e2abc941d4e916487f6ce01824e76b5ed688fb1f4423cfcbcc4386a4a01be23ebb3c6dc9d8d10f1a1e0e0ea907234fe64b5e8715957e98849d82fbc dovecot-fts-xapian-1.2.10.tar.gz"