Move all to deprecated folder.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_DOVECOT_PIGEONHOLE
|
||||
bool "dovecot-pigeonhole"
|
||||
help
|
||||
Pigeonhole is the name of the project that adds support for the Sieve
|
||||
language (RFC 5228) and the ManageSieve protocol (RFC 5804) to the
|
||||
Dovecot Secure IMAP Server.
|
||||
|
||||
http://pigeonhole.dovecot.org
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 98a2fd79b0d9effd08c0caf04d483b1caa5e4503dae811e6d436948557bfb702 dovecot-2.2-pigeonhole-0.4.12.tar.gz
|
||||
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# dovecot-pigeonhole
|
||||
#
|
||||
################################################################################
|
||||
|
||||
DOVECOT_PIGEONHOLE_VERSION = 0.4.12
|
||||
DOVECOT_PIGEONHOLE_SOURCE = dovecot-2.2-pigeonhole-$(DOVECOT_PIGEONHOLE_VERSION).tar.gz
|
||||
DOVECOT_PIGEONHOLE_SITE = http://pigeonhole.dovecot.org/releases/2.2
|
||||
DOVECOT_PIGEONHOLE_LICENSE = LGPLv2.1
|
||||
DOVECOT_PIGEONHOLE_LICENSE_FILES = COPYING
|
||||
DOVECOT_PIGEONHOLE_DEPENDENCIES = dovecot
|
||||
|
||||
DOVECOT_PIGEONHOLE_CONF_OPTS = --with-dovecot=$(STAGING_DIR)/usr/lib
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user