summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libraries/libsieve/libsieve.SlackBuild28
-rw-r--r--libraries/libsieve/libsieve.info10
-rw-r--r--libraries/libsieve/slack-desc15
3 files changed, 25 insertions, 28 deletions
diff --git a/libraries/libsieve/libsieve.SlackBuild b/libraries/libsieve/libsieve.SlackBuild
index f1c1cd9fb3..2e53ddec50 100644
--- a/libraries/libsieve/libsieve.SlackBuild
+++ b/libraries/libsieve/libsieve.SlackBuild
@@ -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
diff --git a/libraries/libsieve/libsieve.info b/libraries/libsieve/libsieve.info
index b500277bf3..c5177470ae 100644
--- a/libraries/libsieve/libsieve.info
+++ b/libraries/libsieve/libsieve.info
@@ -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"
diff --git a/libraries/libsieve/slack-desc b/libraries/libsieve/slack-desc
index db3cd53bc5..0ffe5f458b 100644
--- a/libraries/libsieve/slack-desc
+++ b/libraries/libsieve/slack-desc
@@ -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/