summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Heinz Wiesinger2010-10-17 17:07:28 +0200
committer Robby Workman2010-10-18 03:16:53 +0200
commitc6dcc699f6cf257310abe92b195e25a4de68db47 (patch)
treec087af42d204b91625127029cfb0b82d009010bc
parent6cbfe6fa4ce6a15c56b55fe2c350561e4bd3c643 (diff)
downloadslackbuilds-c6dcc699f6cf257310abe92b195e25a4de68db47.tar.gz
office/wammu: Updated for version 0.34.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r--office/wammu/wammu.SlackBuild7
-rw-r--r--office/wammu/wammu.info8
2 files changed, 6 insertions, 9 deletions
diff --git a/office/wammu/wammu.SlackBuild b/office/wammu/wammu.SlackBuild
index 2c1b30080d..efc8aa568f 100644
--- a/office/wammu/wammu.SlackBuild
+++ b/office/wammu/wammu.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wammu
-VERSION=0.33
+VERSION=0.34
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -76,10 +76,7 @@ mv $PKG/usr/share/man $PKG/usr/man
find $PKG | xargs file | grep "shared object" | grep ELF | \
cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-( cd $PKG/usr/man
- find . -type f -exec gzip -9 {} \;
- for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
-)
+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
diff --git a/office/wammu/wammu.info b/office/wammu/wammu.info
index 6a95583f75..8bef28d36f 100644
--- a/office/wammu/wammu.info
+++ b/office/wammu/wammu.info
@@ -1,10 +1,10 @@
PRGNAM="wammu"
-VERSION="0.33"
+VERSION="0.34"
HOMEPAGE="http://wammu.eu/"
-DOWNLOAD="http://dl.cihar.com//wammu/v0/wammu-0.33.tar.bz2"
-MD5SUM="c28553d12ea90df5c04e23a6bb0b816c"
+DOWNLOAD="http://dl.cihar.com//wammu/v0/wammu-0.34.tar.bz2"
+MD5SUM="d5bdcd82379ef04c53258d8c25c1cf31"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"
-APPROVED="Erik Hanson"
+APPROVED="dsomero"