From b71a8b929f3fde892c25ca605eaeddde0fc10bac Mon Sep 17 00:00:00 2001 From: Jostein Berntsen Date: Tue, 9 Jun 2015 19:46:58 +0700 Subject: office/mu: Updated for version 0.9.9.6. Signed-off-by: Willy Sudiarto Raharjo --- office/mu/README | 2 ++ office/mu/mu.SlackBuild | 13 +++++++------ office/mu/mu.info | 6 +++--- 3 files changed, 12 insertions(+), 9 deletions(-) (limited to 'office/mu') 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 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" -- cgit v1.2.3