net-mail/dovecot-fts-xapian - 1.4.11 (qsx)

Search

Package Information

Description:
Dovecot FTS plugin based on Xapian
Homepage:
https://github.com/grosjo/fts-xapian
License:
LGPL-2.1

Ebuild Details

Version EAPI Keywords Slot
1.4.11 7 ~amd64 0
View Raw Ebuild
# Copyright 2021 Thomas Schneider <qsx@chaotikum.eu>
# Licensed under the EUPL

EAPI=7

inherit autotools

DESCRIPTION="Dovecot FTS plugin based on Xapian"
HOMEPAGE="https://github.com/grosjo/fts-xapian"
SRC_URI="https://github.com/grosjo/fts-xapian/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

S="${WORKDIR}/fts-xapian-${PV}"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	dev-libs/icu:=
	>=dev-libs/xapian-1.4:=
	net-mail/dovecot
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"

src_prepare() {
	default
	eautoreconf
}

src_configure() {
	econf \
		--with-dovecot="${EPREFIX}/usr/$(get_libdir)/dovecot" \
		--disable-static
}

src_install() {
	default
	find "${D}" -name "*.la" -delete
}

Dependencies

DEPEND

	dev-libs/icu:=
	>=dev-libs/xapian-1.4:=
	net-mail/dovecot

RDEPEND

	dev-libs/icu:=
	>=dev-libs/xapian-1.4:=
	net-mail/dovecot

BDEPEND

virtual/pkgconfig

Manifest for 1.4.11

Type File Size Source URLs
DIST dovecot-fts-xapian-1.4.11.tar.gz 2023868 bytes https://github.com/grosjo/fts-xapian/archive/refs/tags/1.4.11.tar.gz