5c47cabd17
We need to bump both packages in one commit: https://dovecot.org/pipermail/dovecot-news/2018-November/000392.html Adjustments to several changes in Dovecot v2.3.4 make this Pigeonhole release dependent on that Dovecot release; it will not compile against older Dovecot versions. And, conversely, you need to upgrade Pigeonhole when upgrading Dovecot to v2.3.4. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
17 lines
604 B
Makefile
17 lines
604 B
Makefile
################################################################################
|
|
#
|
|
# dovecot-pigeonhole
|
|
#
|
|
################################################################################
|
|
|
|
DOVECOT_PIGEONHOLE_VERSION = 0.5.4
|
|
DOVECOT_PIGEONHOLE_SOURCE = dovecot-2.3-pigeonhole-$(DOVECOT_PIGEONHOLE_VERSION).tar.gz
|
|
DOVECOT_PIGEONHOLE_SITE = https://pigeonhole.dovecot.org/releases/2.3
|
|
DOVECOT_PIGEONHOLE_LICENSE = LGPL-2.1
|
|
DOVECOT_PIGEONHOLE_LICENSE_FILES = COPYING
|
|
DOVECOT_PIGEONHOLE_DEPENDENCIES = dovecot
|
|
|
|
DOVECOT_PIGEONHOLE_CONF_OPTS = --with-dovecot=$(STAGING_DIR)/usr/lib
|
|
|
|
$(eval $(autotools-package))
|