misc/protobuf: Updated for version 2.4.1.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
M.Dinslage 2011-05-20 12:09:47 -05:00 committed by Robby Workman
parent 0c2535fea7
commit c83a27466c
3 changed files with 7 additions and 9 deletions

View File

@ -5,16 +5,14 @@
# Written by M.Dinslage (daedra1980@gmail.com) # Written by M.Dinslage (daedra1980@gmail.com)
PRGNAM=protobuf PRGNAM=protobuf
VERSION=${VERSION:-2.3.0} VERSION=${VERSION:-2.4.1}
BUILD=${BUILD:-2} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then if [ -z "$ARCH" ]; then
case "$( uname -m )" in case "$( uname -m )" in
i?86) ARCH=i486 ;; i?86) ARCH=i486 ;;
arm*) ARCH=arm ;; arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;; *) ARCH=$( uname -m ) ;;
esac esac
fi fi

View File

@ -1,10 +1,10 @@
PRGNAM="protobuf" PRGNAM="protobuf"
VERSION="2.3.0" VERSION="2.4.1"
HOMEPAGE="http://code.google.com/p/protobuf/" HOMEPAGE="http://code.google.com/p/protobuf/"
DOWNLOAD="http://protobuf.googlecode.com/files/protobuf-2.3.0.tar.bz2" DOWNLOAD="http://protobuf.googlecode.com/files/protobuf-2.4.1.tar.bz2"
MD5SUM="f2964f636b3c67d1e9d8b90819fa8ddb" MD5SUM="ed436802019c9e1f40cc750eaf78f318"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
MAINTAINER="M.Dinslage" MAINTAINER="M.Dinslage"
EMAIL="daedra1980{at}gmail{dot}com" EMAIL="daedra1980{at}gmail{dot}com"
APPROVED="dsomero" APPROVED="rworkman"