diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-07-25 21:48:27 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-07-25 21:52:42 -0500 |
commit | 57fb7b0ef449bbab45d59c0891248803b35abfaa (patch) | |
tree | 7c1b2dc2fe371a9b460adebedb6dead8786d19fd /system | |
parent | 66d1e28738696f9a357075bb0e4587d3c4499900 (diff) | |
download | slackbuilds-57fb7b0ef449bbab45d59c0891248803b35abfaa.tar.gz |
system/gammu: Updated for version 1.28.0.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/gammu/gammu.SlackBuild | 11 | ||||
-rw-r--r-- | system/gammu/gammu.info | 10 |
2 files changed, 8 insertions, 13 deletions
diff --git a/system/gammu/gammu.SlackBuild b/system/gammu/gammu.SlackBuild index baf90bfbfb..2c50baf19a 100644 --- a/system/gammu/gammu.SlackBuild +++ b/system/gammu/gammu.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gammu -# Copyright 2008-2009 Heinz Wiesinger <pprkut@liwjatan.at> +# Copyright 2008-2010 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gammu -VERSION=1.26.1 +VERSION=1.28.0 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -86,10 +84,7 @@ cd - find $PKG | xargs file | grep -e "executable" -e "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 {} \; cp -a BUGS INSTALL $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/system/gammu/gammu.info b/system/gammu/gammu.info index 56dfc4471f..a25510dde8 100644 --- a/system/gammu/gammu.info +++ b/system/gammu/gammu.info @@ -1,10 +1,10 @@ PRGNAM="gammu" -VERSION="1.26.1" +VERSION="1.28.0" HOMEPAGE="http://cihar.com/gammu/" -DOWNLOAD="http://dl.cihar.com/gammu/releases/gammu-1.26.1.tar.bz2" -MD5SUM="ba8caab6b21a2ce0fa668f9403b8319a" +DOWNLOAD="http://dl.cihar.com/gammu/releases/gammu-1.28.0.tar.bz2" +MD5SUM="1cddf45348b0c8cebcc14c9e693c6c9a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -MAINTAINER="pprkut" +MAINTAINER="Heinz Wiesinger" EMAIL="pprkut@liwjatan.at" -APPROVED="rworkman" +APPROVED="Erik Hanson" |