package/dovecot-pigeonhole: New package
authorBernd Kuhls <bernd.kuhls@t-online.de>
Wed, 29 Oct 2014 20:14:05 +0000 (21:14 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 30 Oct 2014 21:22:48 +0000 (22:22 +0100)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/dovecot-pigeonhole/Config.in [new file with mode: 0644]
package/dovecot-pigeonhole/dovecot-pigeonhole.mk [new file with mode: 0644]
package/dovecot/Config.in

diff --git a/package/dovecot-pigeonhole/Config.in b/package/dovecot-pigeonhole/Config.in
new file mode 100644 (file)
index 0000000..83f5287
--- /dev/null
@@ -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
diff --git a/package/dovecot-pigeonhole/dovecot-pigeonhole.mk b/package/dovecot-pigeonhole/dovecot-pigeonhole.mk
new file mode 100644 (file)
index 0000000..15f421c
--- /dev/null
@@ -0,0 +1,16 @@
+################################################################################
+#
+# dovecot-pigeonhole
+#
+################################################################################
+
+DOVECOT_PIGEONHOLE_VERSION = 0.4.4
+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))
index 43a0bbf5e99ded2a05ae2a31c31976ec2a582b10..17c914dcf437b6858f860411de7ca99c4b940922 100644 (file)
@@ -49,6 +49,8 @@ config BR2_PACKAGE_DOVECOT_ZLIB
        help
          Enable zlib support.
 
+source package/dovecot-pigeonhole/Config.in
+
 endif # BR2_PACKAGE_DOVECOT
 
 comment "dovecot needs a toolchain w/ IPv6"