graphics/advancecomp: Updated for version 2.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3ab1eacee7
commit
5f8817d8c2
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for advancecomp
|
||||
|
||||
# Copyright 2014-2019 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2024 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=advancecomp
|
||||
VERSION=${VERSION:-2.1}
|
||||
VERSION=${VERSION:-2.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -78,8 +78,6 @@ 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 {} \+
|
||||
|
||||
SLKCFLAGS+=" -std=c++11"
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="advancecomp"
|
||||
VERSION="2.1"
|
||||
VERSION="2.6"
|
||||
HOMEPAGE="http://www.advancemame.it/"
|
||||
DOWNLOAD="https://github.com/amadvance/advancecomp/releases/download/v2.1/advancecomp-2.1.tar.gz"
|
||||
MD5SUM="9f888ff52a40da8d82da611a9b0eba96"
|
||||
DOWNLOAD="https://github.com/amadvance/advancecomp/releases/download/v2.6/advancecomp-2.6.tar.gz"
|
||||
MD5SUM="fc7f6c2bdbabae26f90bf18ec63e9242"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
EMAIL="dslackw@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue