office/mu: Updated for version 0.9.9.6.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jostein Berntsen 2015-06-09 19:46:58 +07:00 committed by Willy Sudiarto Raharjo
parent 5655048290
commit b71a8b929f
3 changed files with 12 additions and 9 deletions

View file

@ -1,2 +1,4 @@
mu is a tool for dealing with e-mail messages stored in the Maildir-format.
mu can be used with the mutt email program.
This requires xapian-core.

View file

@ -5,7 +5,7 @@
# Written by Jostein Berntsen <jbernts@broadpark.no>
PRGNAM=mu
VERSION=${VERSION:-0.9.9.5}
VERSION=${VERSION:-0.9.9.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -42,15 +42,16 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
autoreconf -fi
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

View file

@ -1,8 +1,8 @@
PRGNAM="mu"
VERSION="0.9.9.5"
VERSION="0.9.9.6"
HOMEPAGE="http://www.djcbsoftware.nl/code/mu/"
DOWNLOAD="http://mu0.googlecode.com/files/mu-0.9.9.5.tar.gz"
MD5SUM="9198564846d29e8a549e7720a5386a8b"
DOWNLOAD="https://github.com/djcb/mu/archive/v0.9.9.6.tar.gz"
MD5SUM="639a3b4c46c8373b79f4e570422f2500"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="xapian-core"