aboutsummaryrefslogtreecommitdiff
path: root/app/emulation/wine/wine.SlackBuild
diff options
context:
space:
mode:
authorrafael2k <rafael2k@370017ae-e619-0410-ac65-c121f96126d4>2009-04-20 01:13:31 +0000
committerrafael2k <rafael2k@370017ae-e619-0410-ac65-c121f96126d4>2009-04-20 01:13:31 +0000
commit8a4fb306c796938b76a28391342a87e02f4589cc (patch)
treed75413f653876949f9337d92544a053cb6b4c8f1 /app/emulation/wine/wine.SlackBuild
parent1525b2594d042882bedae93c81b746d4accb054f (diff)
downloadslackbuilds-8a4fb306c796938b76a28391342a87e02f4589cc.tar.gz
slackbuilds-8a4fb306c796938b76a28391342a87e02f4589cc.tar.bz2
wine version bump
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@2149 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'app/emulation/wine/wine.SlackBuild')
-rwxr-xr-xapp/emulation/wine/wine.SlackBuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/app/emulation/wine/wine.SlackBuild b/app/emulation/wine/wine.SlackBuild
index 396d9b6c..d4c31968 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-1.1.15
+# tested: wine-1.1.19
# model: generic.mkSlackBuild $Rev: 784 $
#
@@ -32,7 +32,7 @@ CWD="$(pwd)"
SRC_NAME="wine"
PKG_NAME="wine"
ARCH=${ARCH:=i486}
-SRC_VERSION=${VERSION:=1.1.15}
+SRC_VERSION=${VERSION:=1.1.19}
PKG_VERSION="$(echo "$SRC_VERSION" | tr '[[:blank:]-]' '_')"
BUILD=${BUILD:=1rra}
SRC_DIR=${SRC_DIR:=$CWD}/$PKG_NAME
@@ -41,8 +41,7 @@ PKG=${PKG:=$TMP/package-$PKG_NAME}
REPOS=${REPOS:=$TMP}
PREFIX=${PREFIX:=/usr}
PKG_WORK="$TMP/$SRC_NAME"
-# TEMPORARY ADDED --without-freetype as it's failing to build for some unknow reason...
-CONF_OPTIONS=${CONF_OPTIONS:="--sysconfdir=/etc --localstatedir=/var --without-freetype"}
+CONF_OPTIONS=${CONF_OPTIONS:="--sysconfdir=/etc --localstatedir=/var"}
NUMJOBS=${NUMJOBS:="-j4"}
# Set system libraries' path and optmization flags based on $ARCH