mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/pasang-emas: Updated for version 3.1.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
44638cdc7a
commit
85572e8407
4 changed files with 17 additions and 13 deletions
|
@ -1,3 +1,3 @@
|
|||
Pasang is a traditional two-player board game of Brunei. The game starts with
|
||||
a board-full of tokens. The players take turn capturing these tokens. The
|
||||
player with the most tokens wins.
|
||||
Pasang is a traditional two-player board game of Brunei. The game starts
|
||||
with a board-full of tokens. The players take turn capturing these tokens.
|
||||
The player with the most tokens wins.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
|
||||
PRGNAM=pasang-emas
|
||||
VERSION=3.0.0
|
||||
VERSION=3.1.0
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -46,6 +46,7 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
|||
cd $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-themes-1.0.tar.bz2
|
||||
tar xvf $CWD/pet-marble.tar.bz2
|
||||
tar xvf $CWD/pet-fragrance.tar.bz2
|
||||
chown -R root:root .
|
||||
find . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
|
@ -74,6 +75,7 @@ cd $PRGNAM-themes-1.0
|
|||
cd ..
|
||||
|
||||
cp -ar marble $PKG/usr/share/$PRGNAM/themes
|
||||
cp -ar fragrance $PKG/usr/share/$PRGNAM/themes
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
|
|
@ -1,14 +1,16 @@
|
|||
PRGNAM="pasang-emas"
|
||||
VERSION="3.0.0"
|
||||
VERSION="3.1.0"
|
||||
HOMEPAGE="http://pasang-emas.sourceforge.net/index.xhtml"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/pasang-emas/pasang-emas-3.0.0.tar.bz2 \
|
||||
http://downloads.sourceforge.net/project/pasang-emas/pasang-emas-themes/1.0/pasang-emas-themes-1.0.tar.bz2 \
|
||||
http://downloads.sourceforge.net/project/pasang-emas/pasang-emas-themes/1.0/pet-marble.tar.bz2"
|
||||
MD5SUM="e88a00ee2de18d78a5ce2f9b97d30eb0 \
|
||||
DOWNLOAD="http://downloads.sourceforge.net/pasang-emas/pasang-emas-3.1.0.tar.bz2 \
|
||||
http://downloads.sourceforge.net/pasang-emas/pasang-emas-themes-1.0.tar.bz2 \
|
||||
http://downloads.sourceforge.net/pasang-emas/pet-marble.tar.bz2 \
|
||||
http://downloads.sourceforge.net/pasang-emas/pet-fragrance.tar.bz2"
|
||||
MD5SUM="b29ce0ba26e54091a898516c6559487f \
|
||||
b0cc4af9ec0f3b0a7b74ecfc13ce9399 \
|
||||
925f78cc8fb25f3bb8ca5f5ba9d3ae64"
|
||||
925f78cc8fb25f3bb8ca5f5ba9d3ae64 \
|
||||
4710b67c37f85e7d542ad8a02755471b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Larry Hajali"
|
||||
EMAIL="larryhaja[at]gmail[dot]com"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="dsomero,Niels Horn"
|
||||
|
|
|
@ -7,11 +7,11 @@
|
|||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
pasang-emas: pasang-emas (a two-player game of Brunei)
|
||||
pasang-emas:
|
||||
pasang-emas:
|
||||
pasang-emas: Pasang is a traditional two-player board game of Brunei. The game
|
||||
pasang-emas: starts with a board-full of tokens. The players take turn capturing
|
||||
pasang-emas: these tokens. The player with the most tokens wins.
|
||||
pasang-emas:
|
||||
pasang-emas:
|
||||
pasang-emas: Homepage: http://pasang-emas.sourceforge.net/index.xhtml
|
||||
pasang-emas:
|
||||
pasang-emas:
|
||||
|
|
Loading…
Reference in a new issue