office/mu: Updated for version 0.9.9.5.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Jostein Berntsen 2013-07-12 13:29:36 -05:00 committed by Erik Hanson
parent 3a9b17854f
commit 1c555d1291
3 changed files with 12 additions and 12 deletions

View file

@ -4,8 +4,8 @@
# Written by Jostein Berntsen <jbernts@broadpark.no>
PRGNAM=mu
VERSION=${VERSION:-0.9.8.5}
PRGNAM=mu
VERSION=${VERSION:-0.9.9.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -18,7 +18,7 @@ if [ -z "$ARCH" ]; then
fi
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@ -36,7 +36,7 @@ else
LIBDIRSUFFIX=""
fi
set -e
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@ -60,7 +60,7 @@ CXXFLAGS="$SLKCFLAGS" \
--build=$ARCH-slackware-linux
make V=1
make install DESTDIR=$PKG
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
@ -75,7 +75,7 @@ find $PKG -depth -type d -empty -delete || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS ChangeLog COPYING HACKING INSTALL NEWS TODO \
AUTHORS ChangeLog COPYING HACKING INSTALL README NEWS TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="mu"
VERSION="0.9.8.5"
VERSION="0.9.9.5"
HOMEPAGE="http://www.djcbsoftware.nl/code/mu/"
DOWNLOAD="http://mu0.googlecode.com/files/mu-0.9.8.5.tar.gz"
MD5SUM="cc64810db8bc458989918c6bb82bb77f"
DOWNLOAD="http://mu0.googlecode.com/files/mu-0.9.9.5.tar.gz"
MD5SUM="9198564846d29e8a549e7720a5386a8b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="xapian-core"

View file

@ -10,10 +10,10 @@ mu: mu (fast mail indexer and search tool)
mu:
mu: mu is a tool for dealing with e-mail messages stored in the
mu: Maildir-format. mu can be used with the mutt email program.
mu:
mu: mu includes an emacs-based e-mail client (mu4e), a simple GUI (mug)
mu: and bindings for the Guile/Scheme programming language.
mu:
mu: Home: http://www.djcbsoftware.nl/code/mu/
mu:
mu:
mu:
mu:
mu: