games/stone_soup: Updated for version 0.16.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
329a748e67
commit
cdcefe831f
|
@ -3,5 +3,3 @@ involving characters of diverse skills, worshipping deities of great power and
|
|||
caprice. To win, you'll need to be a master of tactics and strategy, and
|
||||
prevail against overwhelming odds.
|
||||
|
||||
A graphics version is available, which can be compiled by
|
||||
GUI=yes stone_soup.SlackBuild.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# Written by David Melik <dchmelik @ gmail dot com>
|
||||
|
||||
PRGNAM=stone_soup
|
||||
VERSION=${VERSION:-0.15.1}
|
||||
VERSION=${VERSION:-0.16.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -52,15 +52,27 @@ find -L . \
|
|||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
cd source
|
||||
make TILES=$GUI \
|
||||
make $TARGET \
|
||||
prefix=/usr \
|
||||
COPY_FONTS=1 \
|
||||
DATADIR=/usr/share/games/crawl \
|
||||
SAVEDIR=~/.crawl/ \
|
||||
SDL2=1 \
|
||||
TILES=1
|
||||
make $TARGET install \
|
||||
prefix=/usr \
|
||||
COPY_FONTS=1 \
|
||||
DATADIR=/usr/share/games/crawl \
|
||||
DESTDIR=$PKG \
|
||||
SAVEDIR=~/.crawl/ \
|
||||
SDL2=1 \
|
||||
TILES=1
|
||||
make clean
|
||||
make $TARGET \
|
||||
prefix=/usr \
|
||||
DATADIR=/usr/share/games/crawl \
|
||||
SAVEDIR=~/.crawl/
|
||||
make install TILES=$GUI \
|
||||
prefix=/usr \
|
||||
DATADIR=/usr/share/games/crawl \
|
||||
SAVEDIR=~/.crawl/ \
|
||||
DESTDIR=$PKG
|
||||
cp crawl $PKG/usr/games/crawl-ascii
|
||||
cd ..
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
@ -69,6 +81,10 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
mkdir -p $PKG/usr/man/man6
|
||||
gzip -9 -c docs/crawl.6 > $PKG/usr/man/man6/crawl.6.gz
|
||||
|
||||
mkdir -p $PKG/usr/share/{applications,pixmaps}
|
||||
cp $CWD/stone_soup_icon-32x32.png $PKG/usr/share/pixmaps
|
||||
cp $CWD/stone_soup.desktop $PKG/usr/share/applications
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -ar $PKG/usr/share/games/crawl/docs/* $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp README.txt $PKG/usr/share/games/crawl/
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Name=Dungeon Crawl Stone Soup
|
||||
Comment=Rescue the mystifyingly fabulous Orb of Zot
|
||||
Exec=crawl
|
||||
Terminal=true
|
||||
Type=Application
|
||||
Categories=Game;
|
||||
Icon=stone_soup_icon-32x32
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="stone_soup"
|
||||
VERSION="0.15.1"
|
||||
VERSION="0.16.1"
|
||||
HOMEPAGE="http://crawl.develz.org/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/project/crawl-ref/Stone%20Soup/0.15.1/stone_soup-0.15.1-nodeps.tar.xz"
|
||||
MD5SUM="046990b82623ab7fd7c5cfbb6e816bcb"
|
||||
DOWNLOAD="http://crawl.develz.org/release/stone_soup-0.16.1-nodeps.tar.xz"
|
||||
MD5SUM="1758251f14fb9e874e49e2d1516c1e19"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="lua"
|
||||
REQUIRES="lua SDL2_image"
|
||||
MAINTAINER="David Melik"
|
||||
EMAIL="dchmelik@gmail.com"
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 579 B |
Loading…
Reference in New Issue