mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/lgogdownloader: Update for version 3.12.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2cd7cf569c
commit
8718b013fa
2 changed files with 8 additions and 5 deletions
|
@ -28,7 +28,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=lgogdownloader
|
||||
VERSION=${VERSION:-3.11}
|
||||
VERSION=${VERSION:-3.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -59,6 +59,9 @@ elif [ "$ARCH" = "i686" ]; then
|
|||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
elif [ "$ARCH" = "aarch64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
else
|
||||
SLKCFLAGS="-O2"
|
||||
LIBDIRSUFFIX=""
|
||||
|
@ -98,7 +101,7 @@ cd build
|
|||
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DINSTALL_SHARE_DIR=/usr \
|
||||
-DUSE_QT_GUI=ON \
|
||||
-DUSE_QT_GUI=OFF \
|
||||
-DCMAKE_BUILD_TYPE=Release ..
|
||||
|
||||
make install DESTDIR=$PKG
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lgogdownloader"
|
||||
VERSION="3.11"
|
||||
VERSION="3.12"
|
||||
HOMEPAGE="https://sites.google.com/site/gogdownloader/home/"
|
||||
DOWNLOAD="https://github.com/Sude-/lgogdownloader/archive/v3.11/lgogdownloader-3.11.tar.gz"
|
||||
MD5SUM="7509a6b7f6f71e7ccc5eaeade088f091"
|
||||
DOWNLOAD="https://github.com/Sude-/lgogdownloader/archive/v3.12/lgogdownloader-3.12.tar.gz"
|
||||
MD5SUM="f9814fb3a49b6e0dcc2d818419c866b0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="htmlcxx jsoncpp rhash tinyxml2"
|
||||
|
|
Loading…
Reference in a new issue