mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
system/wine-staging: Updated for version 3.17.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
6f279e0355
commit
bd6c9fe178
2 changed files with 10 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="wine-staging"
|
||||
VERSION="3.16"
|
||||
VERSION="3.17"
|
||||
HOMEPAGE="https://wiki.winehq.org/Wine-Staging"
|
||||
DOWNLOAD="https://dl.winehq.org/wine/source/3.x/wine-3.16.tar.xz \
|
||||
https://github.com/wine-staging/wine-staging/archive/v3.16/wine-staging-3.16.tar.gz"
|
||||
MD5SUM="cee2fe3cd14368b32285d2a0d719f015 \
|
||||
a0055275be492848c948e8a5250e4274"
|
||||
DOWNLOAD="https://dl.winehq.org/wine/source/3.x/wine-3.17.tar.xz \
|
||||
https://github.com/wine-staging/wine-staging/archive/v3.17/wine-staging-3.17.tar.gz"
|
||||
MD5SUM="1b852a6e0e047525be75660914b3136b \
|
||||
01f1aac33baee919616b7d456915f42c"
|
||||
DOWNLOAD_x86_64="UNSUPPORTED"
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue