office/wammu: Updated for version 0.34.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2010-10-17 11:07:28 -04:00 committed by Robby Workman
parent 6cbfe6fa4c
commit c6dcc699f6
2 changed files with 6 additions and 9 deletions

View File

@ -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

View File

@ -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"