Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
19cf36f7
Commit
19cf36f7
authored
5 years ago
by
Duncan Bellamy
Committed by
Rasmus Thomsen
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/dovecot-fts-xapian: new aport
add dovecot plugin for fts-xapian
parent
3620945b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/dovecot-fts-xapian/APKBUILD
+36
-0
36 additions, 0 deletions
testing/dovecot-fts-xapian/APKBUILD
with
36 additions
and
0 deletions
testing/dovecot-fts-xapian/APKBUILD
0 → 100644
+
36
−
0
View file @
19cf36f7
# 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"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment