libraries/cuneiform: Updated for version 1.0.0.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Larry Hajali 2010-07-02 22:25:53 -05:00 committed by Erik Hanson
parent a0e867a11b
commit e7f3633fd8
2 changed files with 6 additions and 8 deletions

View file

@ -5,16 +5,14 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
PRGNAM=cuneiform
VERSION=${VERSION:-0.8.0}
VERSION=${VERSION:-1.0.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
@ -64,7 +62,7 @@ cd build
-DCMAKE_SKIP_RPATH:BOOL=YES \
-DCMAKE_BUILD_TYPE=Release ..
# Remove -O3 flag.
# Remove -O3 flag.
REM_O3=$(find . -type f | xargs grep '\-O3' | cut -d ':' -f1 | uniq | sort)
for i in $REM_O3; do
sed -i 's|-O3 ||g' $i

View file

@ -1,10 +1,10 @@
PRGNAM="cuneiform"
VERSION="0.8.0"
VERSION="1.0.0"
HOMEPAGE="https://launchpad.net/cuneiform-linux"
DOWNLOAD="http://launchpad.net/cuneiform-linux/0.8/0.8/+download/cuneiform-linux-0.8.0.tar.bz2"
MD5SUM="271c1adae56bf8b977bf7326f8a8a0bc"
DOWNLOAD="http://launchpad.net/cuneiform-linux/1.0/1.0/+download/cuneiform-linux-1.0.0.tar.bz2"
MD5SUM="785232ffffad7d82446fbac08a1c3ef9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"
APPROVED="dsomero"
APPROVED="Erik Hanson"