mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
games/fillets-ng-data: Added (Fish Fillets NG Data).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
adcd7d55ed
commit
462daaacc5
4 changed files with 107 additions and 0 deletions
9
games/fillets-ng-data/README
Normal file
9
games/fillets-ng-data/README
Normal file
|
@ -0,0 +1,9 @@
|
|||
Data files for Fish Fillets NG
|
||||
|
||||
Fish Fillets NG is strictly a puzzle game. The goal in every of
|
||||
the seventy levels is always the same: find a safe way out. The
|
||||
fish utter witty remarks about their surroundings, the various
|
||||
inhabitants of their underwater realm quarrel among themselves
|
||||
or comment on the efforts of your fish. The whole game is
|
||||
accompanied by quiet, comforting music.
|
||||
|
68
games/fillets-ng-data/fillets-ng-data.SlackBuild
Normal file
68
games/fillets-ng-data/fillets-ng-data.SlackBuild
Normal file
|
@ -0,0 +1,68 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Slackware build script for fillet-ng-data
|
||||
#
|
||||
# Copyright 2014 Sergio Vicari
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
#
|
||||
# 1. Redistributions of this script must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=fillets-ng-data
|
||||
VERSION=${VERSION:-1.0.1}
|
||||
ARCH=noarch
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
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 {} \;
|
||||
|
||||
mkdir -p $PKG/usr/share/games/$PRGNAM
|
||||
|
||||
mv font $PKG/usr/share/games/$PRGNAM
|
||||
mv images $PKG/usr/share/games/$PRGNAM
|
||||
mv music $PKG/usr/share/games/$PRGNAM
|
||||
mv script $PKG/usr/share/games/$PRGNAM
|
||||
mv sound $PKG/usr/share/games/$PRGNAM
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -rf doc/html $PKG/usr/doc/$PRGNAM-$VERSION/html
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
|
10
games/fillets-ng-data/fillets-ng-data.info
Normal file
10
games/fillets-ng-data/fillets-ng-data.info
Normal file
|
@ -0,0 +1,10 @@
|
|||
PRGNAM="fillets-ng-data"
|
||||
VERSION="1.0.1"
|
||||
HOMEPAGE="http://fillets.sourceforge.net/"
|
||||
DOWNLOAD="http://prdownloads.sourceforge.net/fillets/fillets-ng-data-1.0.1.tar.gz"
|
||||
MD5SUM="34a66f2531a59bbbb49dae24a463934d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Sergio Vicari"
|
||||
EMAIL="sercari@esdebian.org"
|
20
games/fillets-ng-data/slack-desc
Normal file
20
games/fillets-ng-data/slack-desc
Normal file
|
@ -0,0 +1,20 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
fillets-ng-data: fillets-ng-data (Fish Fillets NG Data)
|
||||
fillets-ng-data:
|
||||
fillets-ng-data: Fish Fillets NG is strictly a puzzle game. The goal in every of
|
||||
fillets-ng-data: the seventy levels is always the same: find a safe way out. The
|
||||
fillets-ng-data: fish utter witty remarks about their surroundings, the various
|
||||
fillets-ng-data: inhabitants of their underwater realm quarrel among themselves
|
||||
fillets-ng-data: or comment on the efforts of your fish. The whole game is
|
||||
fillets-ng-data: accompanied by quiet, comforting music.
|
||||
fillets-ng-data:
|
||||
fillets-ng-data:
|
||||
fillets-ng-data:
|
||||
fillets-ng-data:
|
Loading…
Reference in a new issue