mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
games/hedgewars: Updated for version 0.9.19.3.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
008bfcbcb4
commit
c2eacec3b5
2 changed files with 6 additions and 4 deletions
|
@ -18,7 +18,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=hedgewars
|
PRGNAM=hedgewars
|
||||||
VERSION=${VERSION:-0.9.17}
|
VERSION=${VERSION:-0.9.19.3}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -72,6 +72,8 @@ cd build
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
|
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
|
||||||
-DMAN_INSTALL_DIR=/usr/man \
|
-DMAN_INSTALL_DIR=/usr/man \
|
||||||
|
-DNOVIDEOREC=1 \
|
||||||
|
-DNOSERVER=1 \
|
||||||
-DCMAKE_BUILD_TYPE=Release ..
|
-DCMAKE_BUILD_TYPE=Release ..
|
||||||
make VERBOSE=1
|
make VERBOSE=1
|
||||||
make install DESTDIR=$PKG
|
make install DESTDIR=$PKG
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="hedgewars"
|
PRGNAM="hedgewars"
|
||||||
VERSION="0.9.17"
|
VERSION="0.9.19.3"
|
||||||
HOMEPAGE="http://www.hedgewars.org"
|
HOMEPAGE="http://www.hedgewars.org"
|
||||||
DOWNLOAD="http://download.gna.org/hedgewars/hedgewars-src-0.9.17.tar.bz2"
|
DOWNLOAD="http://download.gna.org/hedgewars/hedgewars-src-0.9.19.3.tar.bz2"
|
||||||
MD5SUM="77c0bc4bc664604adbba67fab606d8f1"
|
MD5SUM="5a308c66e3cef4b839b6cb9903adbf06"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="fpc lua"
|
REQUIRES="fpc lua"
|
||||||
|
|
Loading…
Reference in a new issue