mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
system/wine-staging: Updated for version 3.12.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
f0e6a30003
commit
79d4ae2349
2 changed files with 9 additions and 9 deletions
|
@ -30,7 +30,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=wine-staging
|
||||
VERSION=${VERSION:-3.11}
|
||||
VERSION=${VERSION:-3.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -112,9 +112,9 @@ fi
|
|||
--${do_opengl}-opengl \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
#NUMJOBS=${NUMJOBS:-" -j12 "}
|
||||
#make $NUMJOBS || exit 1
|
||||
make
|
||||
NUMJOBS=${NUMJOBS:-" -j6 "}
|
||||
make $NUMJOBS || exit 1
|
||||
#make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="wine-staging"
|
||||
VERSION="3.11"
|
||||
VERSION="3.12"
|
||||
HOMEPAGE="https://wiki.winehq.org/Wine-Staging"
|
||||
DOWNLOAD="https://dl.winehq.org/wine/source/3.x/wine-3.11.tar.xz \
|
||||
https://github.com/wine-staging/wine-staging/archive/v3.11/wine-staging-3.11.tar.gz"
|
||||
MD5SUM="34ffa2f1177207bdd92bafbc480db105 \
|
||||
eda5725bb1702570e14b5bb2c6f23b55"
|
||||
DOWNLOAD="https://dl.winehq.org/wine/source/3.x/wine-3.12.tar.xz \
|
||||
https://github.com/wine-staging/wine-staging/archive/v3.12/wine-staging-3.12.tar.gz"
|
||||
MD5SUM="d18211f3c331d5c70a8c16cc03911ec6 \
|
||||
f223f00dc422c0078cade811e7f9262a"
|
||||
DOWNLOAD_x86_64="UNSUPPORTED"
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue