office/wammu: Updated for version 0.35.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2011-01-16 01:12:29 -06:00 committed by Robby Workman
parent a9ab49a6c1
commit ff54faabf2
3 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,5 @@
Mobile phone manager using Gammu as it's backend. It works with any
phone Gammu supports - many Nokias, Siemens, Alcatel, ...
wammu requires wxPython (wxGTK does NOT work). If you want support
for bluetooth you will also need pybluez. All of which are available
from Slackbuilds.org.
This requires wxPython (wxGTK does NOT work).
pybluez is optional (for bluetooth support).

View file

@ -2,7 +2,7 @@
# Slackware build script for wammu
# Copyright 2009-2010 Heinz Wiesinger, Amsterdam, The Netherlands
# Copyright 2009-2011 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.34
VERSION=0.35
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -79,7 +79,8 @@ 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 $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS ChangeLog COPYING INSTALL PKG-INFO README \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,10 +1,10 @@
PRGNAM="wammu"
VERSION="0.34"
VERSION="0.35"
HOMEPAGE="http://wammu.eu/"
DOWNLOAD="http://dl.cihar.com//wammu/v0/wammu-0.34.tar.bz2"
MD5SUM="d5bdcd82379ef04c53258d8c25c1cf31"
DOWNLOAD="http://dl.cihar.com/wammu/v0/wammu-0.35.tar.bz2"
MD5SUM="3d0bdf912c6bf383e657b130f5634179"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"
APPROVED="dsomero"
APPROVED="rworkman"