development/dao: Switch to i586 + update HOMEPAGE.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-10-25 19:12:38 +03:00 committed by Willy Sudiarto Raharjo
parent 7c3e63cb29
commit d23bbc3e5e
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
3 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for dao
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -30,7 +30,7 @@ TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -41,8 +41,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View File

@ -1,6 +1,6 @@
PRGNAM="dao"
VERSION="2.0"
HOMEPAGE="http://daovm.net/"
HOMEPAGE="http://daoscript.org/"
DOWNLOAD="http://sourceforge.net/projects/daoscript/files/dao-2.0-devel/dao-2.0-devel-2014-01-19.tgz"
MD5SUM="1801d41b8037e9ebc5ed37424183c23c"
DOWNLOAD_x86_64=""

View File

@ -13,7 +13,7 @@ dao: with many interesting features. It includes features that can
dao: make concurrent programming much simpler. It has well designed
dao: interfaces for easy embedding and extending.
dao:
dao: Homepage: http://daovm.net/
dao: Homepage: http://daoscript.org/
dao:
dao:
dao: