aboutsummaryrefslogtreecommitdiff
path: root/app/emulation/qemu
diff options
context:
space:
mode:
Diffstat (limited to 'app/emulation/qemu')
-rwxr-xr-xapp/emulation/qemu/qemu.SlackBuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/app/emulation/qemu/qemu.SlackBuild b/app/emulation/qemu/qemu.SlackBuild
index 4a91431e..e11f5d16 100755
--- a/app/emulation/qemu/qemu.SlackBuild
+++ b/app/emulation/qemu/qemu.SlackBuild
@@ -2,7 +2,7 @@
#
# slackbuild for qemu, by Rudson R. Alves
# requires: none
-# tested: qemu-0.8.2
+# tested: qemu-0.9.0
CWD=`pwd`
@@ -16,8 +16,8 @@ fi
# -------- Variáveis de controle de versão --------------
# Nome da fonte para a qual o slackbuild foi construído e
# o seu md5sum
-SRC_ORIG="qemu-0.8.2.tar.gz"
-MD5_ORIG="5b3a89eb2f256a8a6f3bb07f7b3f1b07"
+SRC_ORIG="qemu-0.9.0.tar.gz"
+#MD5_ORIG=""
PACKAGE_ORIG=`echo $SRC_ORIG | sed -r 's/(.*)-(.*)\.(.*\..*)$/\1/'`
VERSION_ORIG=`echo $SRC_ORIG | sed -r 's/(.*)-(.*)\.(.*\..*)$/\2/'`
EXTENSION=`echo $SRC_ORIG | sed -r 's/(.*)-(.*)\.(.*\..*)$/\3/'`
@@ -51,10 +51,10 @@ if [ ! -e $SOURCE ]; then
fi
# ------------------ Checa md5sum -----------------------
-if [ "$SRC_ORIG" = "$SRC" -o "$MD5" != "$MD5_ORIG" -a "$MD5" != "no" ]; then
- SUM=`md5sum $SOURCE | awk '{print $1}'`
- [ "$SUM" != "$MD5" ] && exit $ERROR_MD5
-fi
+#if [ "$SRC_ORIG" = "$SRC" -o "$MD5" != "$MD5_ORIG" -a "$MD5" != "no" ]; then
+# SUM=`md5sum $SOURCE | awk '{print $1}'`
+# [ "$SUM" != "$MD5" ] && exit $ERROR_MD5
+#fi
# ----------------- ARCH e LIBDIR -----------------------
# Define LIBDIR
@@ -91,7 +91,7 @@ cd $PKG_DIR
CFLAGS="$SLKCFLAGS" ./configure --prefix=$PREFIX --libdir=$LIBDIR $OPTCONF || exit $ERROR_CONF
# ---------------- Compila programa ---------------------
-make || exit $ERROR_MAKE
+make -j1 || exit $ERROR_MAKE
# ------------- Diretório Temporário --------------------
# Cria diretório temporário para construção do pacote