From 44774be1f761425dd608868e6aeab27bd436f2fb Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Thu, 26 Jan 2017 22:30:49 +0000 Subject: office/wammu: Updated for version 0.43. Signed-off-by: David Spencer --- office/wammu/slack-desc | 2 +- office/wammu/wammu.SlackBuild | 12 ++++++------ office/wammu/wammu.info | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) (limited to 'office/wammu') 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" -- cgit v1.2.3