office/wammu: Updated for version 0.43.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2017-01-26 22:30:49 +00:00 committed by Willy Sudiarto Raharjo
parent 6aa6e1a86b
commit 44774be1f7
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 12 additions and 12 deletions

View file

@ -11,7 +11,7 @@ wammu:
wammu: Mobile phone manager using Gammu as it's backend. It works with any
wammu: phone Gammu supports - many Nokias, Siemens, Alcatel, ...
wammu:
wammu: Homepage: http://wammu.eu/
wammu: Homepage: https://wammu.eu/wammu/
wammu:
wammu:
wammu:

View file

@ -2,7 +2,7 @@
# Slackware build script for wammu
# Copyright 2009-2015 Heinz Wiesinger, Amsterdam, The Netherlands
# Copyright 2009-2017 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wammu
VERSION=0.38
VERSION=0.43
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,10 +1,10 @@
PRGNAM="wammu"
VERSION="0.38"
HOMEPAGE="http://wammu.eu/"
DOWNLOAD="http://downloads.sourceforge.net/gammu/wammu-0.38.tar.bz2"
MD5SUM="c44f23645f1a7250f9e191a7a89eae03"
VERSION="0.43"
HOMEPAGE="https://wammu.eu/wammu/"
DOWNLOAD="https://dl.cihar.com/wammu/v0/wammu-0.43.tar.xz"
MD5SUM="b4adfb54323e0baeddb5775511320ae4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gammu wxPython"
REQUIRES="python-gammu wxPython3"
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"