summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@liwjatan.at>2017-01-26 22:30:49 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-01-28 07:38:09 +0700
commit44774be1f761425dd608868e6aeab27bd436f2fb (patch)
tree77acde1b463f63bc906fbf402f42c91e5ef0838d /office
parent6aa6e1a86b594dcd906206ab63100861cbe6147a (diff)
downloadslackbuilds-44774be1f761425dd608868e6aeab27bd436f2fb.tar.gz
slackbuilds-44774be1f761425dd608868e6aeab27bd436f2fb.tar.xz
office/wammu: Updated for version 0.43.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/wammu/slack-desc2
-rw-r--r--office/wammu/wammu.SlackBuild12
-rw-r--r--office/wammu/wammu.info10
3 files changed, 12 insertions, 12 deletions
diff --git a/office/wammu/slack-desc b/office/wammu/slack-desc
index e7f9b22030..f2ebc861aa 100644
--- a/office/wammu/slack-desc
+++ b/office/wammu/slack-desc
@@ -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:
diff --git a/office/wammu/wammu.SlackBuild b/office/wammu/wammu.SlackBuild
index d22679ba87..e297c0bbb3 100644
--- a/office/wammu/wammu.SlackBuild
+++ b/office/wammu/wammu.SlackBuild
@@ -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 . \
diff --git a/office/wammu/wammu.info b/office/wammu/wammu.info
index ccc1ddca66..9b3dcd105c 100644
--- a/office/wammu/wammu.info
+++ b/office/wammu/wammu.info
@@ -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"