office/wammu: Updated for version 0.38.

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2015-03-22 20:11:23 +01:00 committed by Willy Sudiarto Raharjo
parent 8304b08548
commit 5258e08f79
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for wammu
# Copyright 2009-2011 Heinz Wiesinger, Amsterdam, The Netherlands
# Copyright 2009-2015 Heinz Wiesinger, Amsterdam, The Netherlands
# 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=wammu
VERSION=0.36
VERSION=0.38
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -79,7 +79,7 @@ find $PKG | xargs file | grep "shared object" | grep ELF | \
find $PKG/usr/man -type f -exec gzip -9 {} \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS ChangeLog COPYING INSTALL PKG-INFO README \
cp -a ChangeLog COPYING INSTALL PKG-INFO README* \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View File

@ -1,8 +1,8 @@
PRGNAM="wammu"
VERSION="0.36"
VERSION="0.38"
HOMEPAGE="http://wammu.eu/"
DOWNLOAD="http://dl.cihar.com/wammu/v0/wammu-0.36.tar.bz2"
MD5SUM="065186e6d08bffd7f95ae000046904cb"
DOWNLOAD="http://downloads.sourceforge.net/gammu/wammu-0.38.tar.bz2"
MD5SUM="c44f23645f1a7250f9e191a7a89eae03"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gammu wxPython"