mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
games/enigma: Minor nitpicks.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
4cfac2bef7
commit
07c0dfd032
3 changed files with 9 additions and 10 deletions
|
@ -1,3 +1,5 @@
|
|||
enigma (puzzle game involving falling blocks)
|
||||
|
||||
Enigma is a puzzle game involving falling blocks, exploding bombs, and pushing
|
||||
stuff around. It has elements of Boulderdash and elements of Sokoban, and
|
||||
anybody old enough to remember XOR on the Spectrum will see large elements of
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
# Slackware build script for enigma
|
||||
|
||||
# Formerly maintained by:
|
||||
# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
|
||||
# Ryan P.C. McQuen | Everett, WA | <email removed>
|
||||
|
||||
# Now maintained by B. Watson (yalhcru@gmail.com)
|
||||
|
||||
# Copyright 2010 Binh Nguyen <binhvng@gmail.com>
|
||||
# Copyright 2010 Binh Nguyen <email removed>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,6 +27,7 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# 20180915 bkw: minor nitpicks
|
||||
# 20170309 bkw:
|
||||
# - take over maintenance
|
||||
# - i486 => i586
|
||||
|
@ -73,11 +74,8 @@ rm -rf $PRGNAM-$VERSION
|
|||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
|
||||
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
@ -92,8 +90,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--build=$ARCH-slackware-linux
|
||||
|
||||
mkdir -p $PKG/usr/games
|
||||
make
|
||||
make install \
|
||||
make all install \
|
||||
prefix=$PKG/usr \
|
||||
localstatedir=$PKG/var/games \
|
||||
bindir=$PKG/usr/games
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
enigma: enigma (A puzzle game involving falling blocks)
|
||||
enigma: enigma (puzzle game involving falling blocks)
|
||||
enigma:
|
||||
enigma: Enigma is a puzzle game involving falling blocks, exploding bombs, and
|
||||
enigma: pushing stuff around. It has elements of Boulderdash and elements of
|
||||
|
|
Loading…
Reference in a new issue