mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
8
package/dovecot-pigeonhole/Config.in
Normal file
8
package/dovecot-pigeonhole/Config.in
Normal file
@@ -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
|
||||
3
package/dovecot-pigeonhole/dovecot-pigeonhole.hash
Normal file
3
package/dovecot-pigeonhole/dovecot-pigeonhole.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# Locally computed after checking signature
|
||||
sha256 3270b24c1f75a7c144f54d6d08ce994176e39c2cdb3ac4dd80ad5e64aaaa2028 dovecot-2.3-pigeonhole-0.5.7.1.tar.gz
|
||||
sha256 fc9e9522216f2a9a28b31300e3c73c1df56acc27dfae951bf516e7995366b51a COPYING
|
||||
16
package/dovecot-pigeonhole/dovecot-pigeonhole.mk
Normal file
16
package/dovecot-pigeonhole/dovecot-pigeonhole.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# dovecot-pigeonhole
|
||||
#
|
||||
################################################################################
|
||||
|
||||
DOVECOT_PIGEONHOLE_VERSION = 0.5.7.1
|
||||
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))
|
||||
Reference in New Issue
Block a user