diff options
author | Jostein Berntsen <jbernts@broadpark.no> | 2015-06-09 19:46:58 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-10 04:39:55 +0700 |
commit | b71a8b929f3fde892c25ca605eaeddde0fc10bac (patch) | |
tree | c8f484478e17e6eedb1c227790fe1a1cafa0a5f8 /office | |
parent | 56550482906fae4a029633644b0dbd3ab8fe09ab (diff) |
office/mu: Updated for version 0.9.9.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/mu/README | 2 | ||||
-rw-r--r-- | office/mu/mu.SlackBuild | 13 | ||||
-rw-r--r-- | office/mu/mu.info | 6 |
3 files changed, 12 insertions, 9 deletions
diff --git a/office/mu/README b/office/mu/README index 50fd7374e8d6..2c2ad0edfd1d 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 55c48893e06c..0725ac6ce197 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 5f76c04bc1ee..435187aa9be2 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" |