mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
games/stone_soup: Updated for version 0.11.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
0544f3989f
commit
528caab66f
3 changed files with 9 additions and 7 deletions
3
games/stone_soup/doinst.sh
Normal file
3
games/stone_soup/doinst.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||
fi
|
|
@ -5,7 +5,7 @@
|
|||
# Written by David Melik <dchmelik @ gmail dot com>
|
||||
|
||||
PRGNAM=stone_soup
|
||||
VERSION=${VERSION:-0.10.3}
|
||||
VERSION=${VERSION:-0.11.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -67,9 +67,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/man/man6
|
||||
cp docs/crawl.6 $PKG/usr/man/man6
|
||||
gzip $PKG/usr/man/man6/crawl.6
|
||||
|
||||
gzip -9 -c docs/crawl.6 > $PKG/usr/man/man6/crawl.6.gz
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
mv $PKG/usr/share/games/crawl/docs/* $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
@ -78,6 +76,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
|||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="stone_soup"
|
||||
VERSION="0.10.3"
|
||||
VERSION="0.11.0"
|
||||
HOMEPAGE="http://crawl.develz.org/"
|
||||
DOWNLOAD="http://sourceforge.net/projects/crawl-ref/files/Stone%20Soup/0.10.3/stone_soup-0.10.3.tar.xz"
|
||||
MD5SUM="bf1183a44a0d3dbe39c8a2b38749ace1"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/crawl-ref/stone_soup-0.11.0.tar.xz"
|
||||
MD5SUM="1685114032458a426553fab38282760a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="lua"
|
||||
|
|
Loading…
Reference in a new issue