mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
games/lgogdownloader: updated for version 3.5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0d5cf66801
commit
9b22b2f62c
2 changed files with 7 additions and 5 deletions
|
@ -1,7 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for "lgogdownloader".
|
||||
|
||||
# Yth | Pont-en-Royans, France | yth@ythogtha.org
|
||||
#
|
||||
# Copyright 2015-2017 Marcel Saegebarth <marc@mos6581.de>
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -25,7 +26,7 @@
|
|||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=lgogdownloader
|
||||
VERSION=${VERSION:-3.2}
|
||||
VERSION=${VERSION:-3.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -90,6 +91,7 @@ cd build
|
|||
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DINSTALL_SHARE_DIR=/usr \
|
||||
-DUSE_QT_GUI=OFF \
|
||||
-DCMAKE_BUILD_TYPE=Release ..
|
||||
|
||||
make install DESTDIR=$PKG
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lgogdownloader"
|
||||
VERSION="3.2"
|
||||
VERSION="3.5"
|
||||
HOMEPAGE="https://sites.google.com/site/gogdownloader/home/"
|
||||
DOWNLOAD="https://sites.google.com/site/gogdownloader/lgogdownloader-3.2.tar.gz"
|
||||
MD5SUM="84163e5363ee88549f942c3a3451210d"
|
||||
DOWNLOAD="https://sites.google.com/site/gogdownloader/lgogdownloader-3.5.tar.gz"
|
||||
MD5SUM="174a6d177de713a022ea54cbfd71bc0d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="htmlcxx jsoncpp liboauth rhash tinyxml2"
|
||||
|
|
Loading…
Reference in a new issue