summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Jostein Berntsen2015-06-09 14:46:58 +0200
committer Willy Sudiarto Raharjo2015-06-09 23:39:55 +0200
commitb71a8b929f3fde892c25ca605eaeddde0fc10bac (patch)
treec8f484478e17e6eedb1c227790fe1a1cafa0a5f8
parent56550482906fae4a029633644b0dbd3ab8fe09ab (diff)
downloadslackbuilds-b71a8b929f3fde892c25ca605eaeddde0fc10bac.tar.gz
office/mu: Updated for version 0.9.9.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--office/mu/README2
-rw-r--r--office/mu/mu.SlackBuild13
-rw-r--r--office/mu/mu.info6
3 files changed, 12 insertions, 9 deletions
diff --git a/office/mu/README b/office/mu/README
index 50fd7374e8..2c2ad0edfd 100644
--- a/office/mu/README
+++ b/office/mu/README
@@ -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.
diff --git a/office/mu/mu.SlackBuild b/office/mu/mu.SlackBuild
index 55c48893e0..0725ac6ce1 100644
--- a/office/mu/mu.SlackBuild
+++ b/office/mu/mu.SlackBuild
@@ -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 \
diff --git a/office/mu/mu.info b/office/mu/mu.info
index 5f76c04bc1..435187aa9b 100644
--- a/office/mu/mu.info
+++ b/office/mu/mu.info
@@ -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"