From 57fb7b0ef449bbab45d59c0891248803b35abfaa Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Sun, 25 Jul 2010 21:48:27 -0500 Subject: system/gammu: Updated for version 1.28.0. Signed-off-by: Erik Hanson --- system/gammu/gammu.SlackBuild | 11 +++-------- system/gammu/gammu.info | 10 +++++----- 2 files changed, 8 insertions(+), 13 deletions(-) (limited to 'system') 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 +# 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" -- cgit v1.2.3