mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/dovecot-pigeonhole: Updated for version 0.2.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
2a68848278
commit
10ec39fd5c
4 changed files with 17 additions and 15 deletions
|
@ -1,10 +1,16 @@
|
|||
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/POP3 Server.
|
||||
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/POP3 Server.
|
||||
|
||||
Requires: dovecot
|
||||
|
||||
Configuration: sieve and managesieve config files are placed with
|
||||
dovecot documentation. Copy over 20-managesieve.conf and 90-sieve.conf
|
||||
Configuration:
|
||||
sieve and managesieve config files are placed with dovecot
|
||||
documentation. Copy over 20-managesieve.conf and 90-sieve.conf
|
||||
to /etc/dovecot/conf.d and edit accordingly.
|
||||
|
||||
For additional configuration help, see:
|
||||
|
||||
http://wiki2.dovecot.org/Pigeonhole/Sieve
|
||||
http://wiki2.dovecot.org/Pigeonhole/ManageSieve
|
||||
|
||||
|
|
|
@ -28,16 +28,14 @@
|
|||
set -e
|
||||
|
||||
PRGNAM="dovecot-pigeonhole"
|
||||
VERSION=${VERSION:-0.2.0}
|
||||
VERSION=${VERSION:-0.2.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -98,7 +96,6 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
|||
cp AUTHORS COPYING* INSTALL NEWS README TODO \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
||||
### compress man pages
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
for i in $(find $PKG/usr/man -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="dovecot-pigeonhole"
|
||||
VERSION="0.2.0"
|
||||
VERSION="0.2.2"
|
||||
HOMEPAGE="http://pigeonhole.dovecot.org/"
|
||||
DOWNLOAD="http://www.rename-it.nl/dovecot/2.0/dovecot-2.0-pigeonhole-0.2.0.tar.gz"
|
||||
MD5SUM="dcd7e0567c0b9ec2fee0be1708c3d3f7"
|
||||
DOWNLOAD="http://www.rename-it.nl/dovecot/2.0/dovecot-2.0-pigeonhole-0.2.2.tar.gz"
|
||||
MD5SUM="23b9be534c62257a0d049b1370f11a99"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Nishant Limbachia"
|
||||
EMAIL="nishant@mnspace.net"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
|
@ -4,8 +4,7 @@
|
|||
# the right side marks the last column you can put a character in. You must make
|
||||
# exactly 11 lines for the formatting to be correct. It's also customary to
|
||||
# leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler----------------------------------------------------|
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
dovecot-pigeonhole: dovecot-pigeonhole (Sieve & Managesieve support for Dovecot)
|
||||
dovecot-pigeonhole:
|
||||
dovecot-pigeonhole: dovecot-pigeonhole project provides Sieve language support and
|
||||
|
|
Loading…
Reference in a new issue