games/lgogdownloader: Updated for version 2.27.

Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
This commit is contained in:
Marcel Saegebarth 2016-03-16 19:44:04 +01:00 committed by Willy Sudiarto Raharjo
parent ccadaa6474
commit 04da5e4148
2 changed files with 15 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for "lgogdownloader".
# Copyright 2015 Marcel Saegebarth <marc@mos6581.de>
# Copyright 2015-2016 Marcel Saegebarth <marc@mos6581.de>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=lgogdownloader
VERSION=${VERSION:-2.26}
VERSION=${VERSION:-2.27}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -84,8 +84,16 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
make release
make install MANPREFIX=/usr DESTDIR=$PKG
mkdir -p build
cd build
cmake \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DINSTALL_SHARE_DIR=/usr \
-DCMAKE_BUILD_TYPE=Release ..
make install DESTDIR=$PKG
cd ..
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

View file

@ -1,8 +1,8 @@
PRGNAM="lgogdownloader"
VERSION="2.26"
VERSION="2.27"
HOMEPAGE="https://sites.google.com/site/gogdownloader/home/"
DOWNLOAD="https://sites.google.com/site/gogdownloader/lgogdownloader-2.26.tar.gz"
MD5SUM="c55507e0f329113d1a221842f56720b5"
DOWNLOAD="https://sites.google.com/site/gogdownloader/lgogdownloader-2.27.tar.gz"
MD5SUM="395884f93f99274c0834f66f7d016b60"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="htmlcxx jsoncpp liboauth rhash tinyxml"