mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/efreet: Updated for version 1.0.0.beta.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
a49587b924
commit
74d649a264
2 changed files with 5 additions and 7 deletions
|
@ -5,16 +5,14 @@
|
|||
# Written by Aleksandar Samardzic <asamardzic@gmail.com>
|
||||
|
||||
PRGNAM=efreet
|
||||
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
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="efreet"
|
||||
VERSION="0.5.0.49898"
|
||||
VERSION="1.0.0.beta"
|
||||
HOMEPAGE="http://www.enlightenment.org/"
|
||||
DOWNLOAD="http://download.enlightenment.org/snapshots/2010-06-27/efreet-0.5.0.49898.tar.bz2"
|
||||
MD5SUM="28a45a199332ff1183c9d8b352286b1e"
|
||||
DOWNLOAD="http://download.enlightenment.org/releases/efreet-1.0.0.beta.tar.bz2"
|
||||
MD5SUM="855a46289fd8d557ad13daabec7f41be"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Aleksandar Samardzic"
|
||||
EMAIL="asamardzic@gmail.com"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED=""
|
||||
|
|
Loading…
Reference in a new issue