libraries/libsieve: Updated for version 2.3.1.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2013-11-20 12:13:06 +01:00 committed by Robby Workman
parent 46926e4795
commit 70f86172aa
3 changed files with 25 additions and 28 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
# Slackware build script for ejabberd
# Slackware build script for libsieve
# Copyright (c) 2010 Roberto Metere. All rights reserved.
#
@ -24,7 +24,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libsieve
VERSION=2.2.7
VERSION=${VERSION:-2.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -66,19 +66,17 @@ cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
cd src
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
--build=$ARCH-slackware-linux
make
make install DESTDIR=$PKG
cd ..
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
--build=$ARCH-slackware-linux
make
make install DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING NEWS README $PKG/usr/doc/$PRGNAM-$VERSION

View file

@ -1,10 +1,10 @@
PRGNAM="libsieve"
VERSION="2.2.7"
HOMEPAGE="http://libsieve.sourceforge.net/"
DOWNLOAD="http://download.sourceforge.net/libsieve/libsieve-2.2.7.tar.gz"
MD5SUM="7415e7cfe40cfc6cf43ae26efb5f0fb7"
VERSION="2.3.1"
HOMEPAGE="http://sodabrew.com/libsieve/"
DOWNLOAD="https://github.com/downloads/sodabrew/libsieve/libsieve-2.3.1.tar.gz"
MD5SUM="bb48eecf877cc7fdb2b0dfe757b48d7a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Roberto Metere"
EMAIL="roberto{at}metere{dot}it"
EMAIL="roberto@metere.it"

View file

@ -1,9 +1,9 @@
# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description. Line
# up the first '|' above the ':' following the base package name, and the '|' on
# 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 ':'.
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on 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 ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
libsieve: libsieve (interpreter for Sieve scripts)
@ -14,7 +14,6 @@ libsieve: from the libSieve functions let your program know how to handle the
libsieve: message, and then it's up to you to make it so. libSieve makes no
libsieve: attempt to have knowledge of how SMTP, IMAP, or anything else work;
libsieve: just how to parse and deal with a buffer full of emails. The rest is
libsieve: up to you!
libsieve:
libsieve:
libsieve: up to you!
libsieve:
libsieve: homepage: http://sodabrew.com/libsieve/