office/mu: Updated for version 1.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Jostein Berntsen 2018-02-25 22:25:01 +00:00 committed by Willy Sudiarto Raharjo
parent 162c9c28e2
commit 4fc9722aba
3 changed files with 13 additions and 12 deletions

View file

@ -1,4 +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

@ -2,7 +2,7 @@
# Slackware build script for mu
# Copyright 2013-2016 Jostein Berntsen <jbernts@broadpark.no>
# Copyright 2013-2018 Jostein Berntsen <jbernts@broadpark.no>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mu
VERSION=${VERSION:-0.9.18}
VERSION=${VERSION:-1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$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 . \
@ -73,10 +73,11 @@ autoreconf -fi
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
--mandir=/usr/man \
--infodir=/usr/info \
--build=$ARCH-slackware-linux
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--mandir=/usr/man \
--infodir=/usr/info \
--build=$ARCH-slackware-linux
make V=1
make install DESTDIR=$PKG
@ -93,7 +94,7 @@ gzip -9 $PKG/usr/info/*
find $PKG -depth -type d -empty -delete || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS ChangeLog COPYING HACKING INSTALL README NEWS TODO $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS ChangeLog COPYING HACKING README NEWS TODO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="mu"
VERSION="0.9.18"
VERSION="1.0"
HOMEPAGE="http://www.djcbsoftware.nl/code/mu/"
DOWNLOAD="https://github.com/djcb/mu/archive/0.9.18.tar.gz"
MD5SUM="3b0f9ae97432f589d166afa93204545d"
DOWNLOAD="https://github.com/djcb/mu/archive/v1.0.tar.gz"
MD5SUM="b415f84d4538cf05ec3360a449c1de4d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""