aboutsummaryrefslogtreecommitdiff
path: root/app/emulation
diff options
context:
space:
mode:
authorrudson <rudson@370017ae-e619-0410-ac65-c121f96126d4>2008-01-22 17:46:04 +0000
committerrudson <rudson@370017ae-e619-0410-ac65-c121f96126d4>2008-01-22 17:46:04 +0000
commit8d0b4dedc9b7cc88ccf250dc5ecf58b0742a0410 (patch)
treec7336cfaa6ee649296890344d8288a3f5c06085b /app/emulation
parentee9b0418a0461ff49331732932ecf7ce9c005c62 (diff)
downloadslackbuilds-8d0b4dedc9b7cc88ccf250dc5ecf58b0742a0410.tar.gz
slackbuilds-8d0b4dedc9b7cc88ccf250dc5ecf58b0742a0410.tar.bz2
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1602 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'app/emulation')
-rwxr-xr-xapp/emulation/wine/wine.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/emulation/wine/wine.SlackBuild b/app/emulation/wine/wine.SlackBuild
index 2fe6714a..60215813 100755
--- a/app/emulation/wine/wine.SlackBuild
+++ b/app/emulation/wine/wine.SlackBuild
@@ -16,7 +16,7 @@
#
# slackbuild for wine, by Rudson R. Alves
# requires:
-# tested: wine-0.9.50
+# tested: wine-0.9.53
#
# Look for slackbuildrc
@@ -31,7 +31,7 @@ CWD="$(pwd)"
SRC_NAME="wine"
PKG_NAME="wine"
ARCH=${ARCH:=i486}
-SRC_VERSION=${VERSION:=0.9.51}
+SRC_VERSION=${VERSION:=0.9.53}
PKG_VERSION="$(echo "$SRC_VERSION" | tr '[[:blank:]-]' '_')"
BUILD=${BUILD:=1rra}
SRC_DIR=${SRC_DIR:=$CWD}/$PKG_NAME
@@ -78,7 +78,7 @@ mkdir -p "$PKG_WORK" || exit $ERROR_MKDIR
# Dowload source if necessary
SRC="$SRC_NAME-$VERSION.tar.bz2"
-URL="http://ibiblio.org/pub/linux/system/emulators/wine/$SRC"
+URL="http://downloads.sourceforge.net/wine/$SRC"
if [ ! -s "$SRC_DIR/$SRC" ] || ! bunzip2 -t "$SRC_DIR/$SRC" 2> /dev/null; then
wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET
@@ -87,7 +87,7 @@ fi
# Untar
cd "$PKG_WORK"
tar --no-same-owner --no-same-permissions -xvf "$SRC_DIR/$SRC" || exit $ERROR_TAR
-PKG_SRC=`ls -l | awk '/^d/ { print $8 }'`
+PKG_SRC="$PWD/`ls -l | awk '/^d/ { print $8 }'`"
cd "$PKG_SRC"
# Configure