void-packages/srcpkgs/dovecot-plugin-pigeonhole/template
maxice8 4814626441 dovecot: update to 2.2.33.2. (#8422)
* dovecot: update to 2.2.33.2.

* dovecot-plugin-pigeonhole: dovecot-plugin-pigeonhole: rebuild
2017-10-22 00:04:04 +02:00

39 lines
1.3 KiB
Bash

# Template file for 'dovecot-plugin-pigeonhole'
pkgname=dovecot-plugin-pigeonhole
version=0.4.21
revision=2
wrksrc="dovecot-2.2-pigeonhole-${version}"
build_style=gnu-configure
configure_args="--prefix=/usr
--with-dovecot=${XBPS_CROSS_BASE}/usr/lib/dovecot
--with-moduledir=/usr/lib/dovecot/modules
--with-ldap=plugin
--disable-static"
# Hack around dovecot-config for cross building.
make_build_args="LIBDOVECOT_INCLUDE=-I${XBPS_CROSS_BASE}/usr/include/dovecot
LIBS=-L${XBPS_CROSS_BASE}/usr/lib/dovecot"
hostmakedepends="libldap-devel"
makedepends="dovecot-devel libressl-devel libldap-devel"
short_desc="Sieve implementation for Dovecot"
maintainer="John Regan <john@jrjrtech.com>"
license="LGPL-2.1"
homepage="http://pigeonhole.dovecot.org"
distfiles="${homepage}/releases/2.2/${wrksrc}.tar.gz"
checksum=4ae09cb788c5334d167f5a89ee70b0616c3231e5904ad258ce408e4953cfdd6a
dovecot-plugin-pigeonhole-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include/dovecot
}
}
dovecot-plugin-pigeonhole-ldap_package() {
short_desc+=" - ldap plugin"
pkg_install() {
vmove usr/lib/dovecot/modules/sieve/lib10_sieve_storage_ldap_plugin.so
vmove usr/share/doc/dovecot/sieve/locations/ldap.txt
}
}