aboutsummaryrefslogtreecommitdiffstats
path: root/testing/dovecot-fts-xapian/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/dovecot-fts-xapian/APKBUILD')
-rw-r--r--testing/dovecot-fts-xapian/APKBUILD36
1 files changed, 0 insertions, 36 deletions
diff --git a/testing/dovecot-fts-xapian/APKBUILD b/testing/dovecot-fts-xapian/APKBUILD
deleted file mode 100644
index 00dd65805c4..00000000000
--- a/testing/dovecot-fts-xapian/APKBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# Contributor: Duncan Bellamy <dunk@denkimushi.com>
-# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
-pkgname=dovecot-fts-xapian
-pkgver=1.3.1
-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 sqlite-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="23c3b3a912576bdccd78f01878f67496d68ce2fcedf7290fc58a5caf13690034265e4089bed12fa010afcd54ac738ae703b93c2e8b3ba74a8413f2bd50cfcd65 dovecot-fts-xapian-1.3.1.tar.gz"