summaryrefslogtreecommitdiff
path: root/libraries/ecore/ecore.SlackBuild
diff options
context:
space:
mode:
authorAleksandar Samardzic <asamardzic@gmail.com>2010-11-05 21:22:52 -0500
committerHeinz Wiesinger <pprkut@slackbuilds.org>2010-11-22 19:43:16 +0100
commit49f2bc145e4b7aa6e4dd4e0b14bf92baae37ceca (patch)
tree57ee992aee67585b7d263d495e89d1845975f5e2 /libraries/ecore/ecore.SlackBuild
parent86f0fcecf44bb6eefbf7ff01287decfbd05c31a6 (diff)
downloadslackbuilds-49f2bc145e4b7aa6e4dd4e0b14bf92baae37ceca.tar.gz
libraries/ecore: Updated for version 1.0.0.beta.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/ecore/ecore.SlackBuild')
-rw-r--r--libraries/ecore/ecore.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/libraries/ecore/ecore.SlackBuild b/libraries/ecore/ecore.SlackBuild
index 0777d465e5..8081b45e78 100644
--- a/libraries/ecore/ecore.SlackBuild
+++ b/libraries/ecore/ecore.SlackBuild
@@ -5,16 +5,14 @@
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
PRGNAM=ecore
-VERSION=${VERSION:-0.9.9.49898}
+VERSION=${VERSION:-1.0.0.beta}
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