summaryrefslogtreecommitdiff
path: root/package/dovecot-pigeonhole
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2014-10-29 21:14:05 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-10-30 22:22:48 +0100
commit9fd587606e10f085a3f0dcd98e54da1943ca75de (patch)
treec89c846fad1456f2b9e68eaabb53d886502a5446 /package/dovecot-pigeonhole
parentb94e18ecda66cd8b280a1fb5d1a060fd4e635658 (diff)
package/dovecot-pigeonhole: New package
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/dovecot-pigeonhole')
-rw-r--r--package/dovecot-pigeonhole/Config.in8
-rw-r--r--package/dovecot-pigeonhole/dovecot-pigeonhole.mk16
2 files changed, 24 insertions, 0 deletions
diff --git a/package/dovecot-pigeonhole/Config.in b/package/dovecot-pigeonhole/Config.in
new file mode 100644
index 0000000000..83f528766a
--- /dev/null
+++ b/package/dovecot-pigeonhole/Config.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
diff --git a/package/dovecot-pigeonhole/dovecot-pigeonhole.mk b/package/dovecot-pigeonhole/dovecot-pigeonhole.mk
new file mode 100644
index 0000000000..15f421c11a
--- /dev/null
+++ b/package/dovecot-pigeonhole/dovecot-pigeonhole.mk
@@ -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))