From 4fc9722abac2b44f1e504b1cb1a11764784853a4 Mon Sep 17 00:00:00 2001 From: Jostein Berntsen Date: Sun, 25 Feb 2018 22:25:01 +0000 Subject: office/mu: Updated for version 1.0. Signed-off-by: David Spencer --- office/mu/README | 2 +- office/mu/mu.SlackBuild | 17 +++++++++-------- office/mu/mu.info | 6 +++--- 3 files changed, 13 insertions(+), 12 deletions(-) (limited to 'office/mu') diff --git a/office/mu/README b/office/mu/README index 2c2ad0edfd..bbee075a84 100644 --- a/office/mu/README +++ b/office/mu/README @@ -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. diff --git a/office/mu/mu.SlackBuild b/office/mu/mu.SlackBuild index 49c3993c62..c4c856b5bf 100644 --- a/office/mu/mu.SlackBuild +++ b/office/mu/mu.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for mu -# Copyright 2013-2016 Jostein Berntsen +# Copyright 2013-2018 Jostein Berntsen # 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 diff --git a/office/mu/mu.info b/office/mu/mu.info index 5731b08d2c..534da643df 100644 --- a/office/mu/mu.info +++ b/office/mu/mu.info @@ -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="" -- cgit v1.2.3