diff options
author | Aleksandar Samardzic <asamardzic@gmail.com> | 2010-11-05 21:27:15 -0500 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-11-22 19:43:17 +0100 |
commit | a49587b924cd6a33d72689dd58069239905af555 (patch) | |
tree | 7989c697329a3cb2fde486b49f5aeff4a9f2c550 /libraries/e_dbus/e_dbus.SlackBuild | |
parent | 4cfc7209da1ced48c248a5565696f2de07fc752c (diff) | |
download | slackbuilds-a49587b924cd6a33d72689dd58069239905af555.tar.gz |
libraries/e_dbus: Updated for version 1.0.0.beta.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/e_dbus/e_dbus.SlackBuild')
-rw-r--r-- | libraries/e_dbus/e_dbus.SlackBuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libraries/e_dbus/e_dbus.SlackBuild b/libraries/e_dbus/e_dbus.SlackBuild index fb2c39505c..68e1ad4892 100644 --- a/libraries/e_dbus/e_dbus.SlackBuild +++ b/libraries/e_dbus/e_dbus.SlackBuild @@ -5,16 +5,14 @@ # Written by Aleksandar Samardzic <asamardzic@gmail.com> PRGNAM=e_dbus -VERSION=${VERSION:-0.5.0.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 |