summaryrefslogtreecommitdiffstats
path: root/system/gammu
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@liwjatan.at>2010-05-13 00:40:24 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-13 00:40:24 +0200
commitefd1b68a8e469f3a197840542df892d8f9584dc5 (patch)
tree6693fb815ef65b9f19764a48256ef6b4eb41c4b7 /system/gammu
parent456abf8065358fbb3900340d5488e97a23a62e1d (diff)
downloadslackbuilds-efd1b68a8e469f3a197840542df892d8f9584dc5.tar.gz
slackbuilds-efd1b68a8e469f3a197840542df892d8f9584dc5.tar.xz
system/gammu: Updated for version 1.26.1
Diffstat (limited to 'system/gammu')
-rw-r--r--system/gammu/README14
-rw-r--r--system/gammu/gammu.SlackBuild10
-rw-r--r--system/gammu/gammu.info12
3 files changed, 20 insertions, 16 deletions
diff --git a/system/gammu/README b/system/gammu/README
index abd2fe584d..b6a3e81974 100644
--- a/system/gammu/README
+++ b/system/gammu/README
@@ -1,9 +1,7 @@
-Gammu is command line utility and library to work with mobile
-phones from many vendors. Support for different models differs,
-but basic functions should work with majority of them. Program
-can work with contacts, messages (SMS, EMS and MMS), calendar,
-todos, filesystem, integrated radio, camera, etc. It also
-supports daemon mode to send and receive SMSes.
+Gammu is command line utility and library to work with mobile phones from
+many vendors. Support for different models differs, but basic functions
+should work with majority of them. Program can work with contacts, messages
+(SMS, EMS and MMS), calendar, todos, filesystem, integrated radio, camera,
+etcetera. It also supports daemon mode to send and receive SMSes.
-gammu can make use of postgresql, which is also available from
-Slackbuilds.org
+gammu can optionally use postgresql.
diff --git a/system/gammu/gammu.SlackBuild b/system/gammu/gammu.SlackBuild
index 52f0f53749..90c0ac3800 100644
--- a/system/gammu/gammu.SlackBuild
+++ b/system/gammu/gammu.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gammu
-VERSION=1.24.0
+VERSION=1.26.1
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -35,10 +35,13 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+ LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
+ LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
+ LIBDIRSUFFIX="64"
fi
set -e
@@ -61,7 +64,8 @@ cd build
-DCMAKE_INSTALL_PREFIX=/usr \
-DINSTALL_MAN_DIR=man \
-DINSTALL_DOC_DIR=doc/$PRGNAM-$VERSION \
- -DENABLE_SHARED=ON \
+ -DBUILD_SHARED_LIBS=ON \
+ -DLIB_SUFFIX="$LIBDIRSUFFIX" \
..
make
make install DESTDIR=$PKG
@@ -82,4 +86,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/system/gammu/gammu.info b/system/gammu/gammu.info
index 830c3eb7cc..56dfc4471f 100644
--- a/system/gammu/gammu.info
+++ b/system/gammu/gammu.info
@@ -1,8 +1,10 @@
PRGNAM="gammu"
-VERSION="1.24.0"
+VERSION="1.26.1"
HOMEPAGE="http://cihar.com/gammu/"
-DOWNLOAD="http://dl.cihar.com/gammu/releases/gammu-1.24.0.tar.bz2"
-MD5SUM="f805d6d93ca7064f6d04eb3c6b24168f"
-MAINTAINER="ppr:kut"
+DOWNLOAD="http://dl.cihar.com/gammu/releases/gammu-1.26.1.tar.bz2"
+MD5SUM="ba8caab6b21a2ce0fa668f9403b8319a"
+DOWNLOAD_x86_64=""
+MD5SUM_x86_64=""
+MAINTAINER="pprkut"
EMAIL="pprkut@liwjatan.at"
-APPROVED="dsomero"
+APPROVED="rworkman"