summaryrefslogtreecommitdiffstats
path: root/system/wine-staging/wine-staging.SlackBuild
diff options
context:
space:
mode:
author Edinaldo P. Silva <edps.mundognu@gmail.com>2018-10-01 15:52:34 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-10-06 07:25:16 +0700
commitbd6c9fe1788b69d5a6c7a5b14db283f2ad0aa61d (patch)
tree93bffac1860cee495e7c742080cd13c3754f5579 /system/wine-staging/wine-staging.SlackBuild
parent6f279e0355fd876427acde1a86c4c9d3810cb41f (diff)
downloadslackbuilds-bd6c9fe1788b69d5a6c7a5b14db283f2ad0aa61d.tar.gz
slackbuilds-bd6c9fe1788b69d5a6c7a5b14db283f2ad0aa61d.tar.xz
system/wine-staging: Updated for version 3.17.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/wine-staging/wine-staging.SlackBuild')
-rw-r--r--system/wine-staging/wine-staging.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/system/wine-staging/wine-staging.SlackBuild b/system/wine-staging/wine-staging.SlackBuild
index 668e6efc63..10a0e65e2d 100644
--- a/system/wine-staging/wine-staging.SlackBuild
+++ b/system/wine-staging/wine-staging.SlackBuild
@@ -30,7 +30,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wine-staging
-VERSION=${VERSION:-3.16}
+VERSION=${VERSION:-3.17}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -158,10 +158,12 @@ if [ -n "$WIN64" ]; then
--disable-tests \
--build=$BUILD_ARCH
+#NUMJOBS=${NUMJOBS:-"-s -j6 -l7"}
+#make $NUMJOBS depend || exit 1
+#make $NUMJOBS || exit 1
+
make depend
make
- #NUMJOBS=${NUMJOBS:-"-s -j6 -l7"}
- #make $NUMJOBS || exit 1
make install DESTDIR=$PKG
cd ..
fi