mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/fs-uae-arcade: Updated for version 2.4.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
7979b6431e
commit
8a9892c7e8
4 changed files with 9 additions and 9 deletions
|
@ -1,2 +1 @@
|
|||
FS-UAE focuses on emulating Amiga games using the accurate emulation code
|
||||
from WinUAE. It also has features to emulate a high-end Amiga with expansions.
|
||||
FS-UAE Arcade is a fullscreen Amiga game browser for FS-UAE.
|
||||
|
|
|
@ -25,14 +25,16 @@
|
|||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=fs-uae-arcade
|
||||
VERSION=${VERSION:-2.4.0}
|
||||
VERSION=${VERSION:-2.4.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -71,11 +73,10 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
python setup.py install --root=$PKG
|
||||
|
||||
mkdir -p $PKG/usr
|
||||
cp -ar share $PKG/usr
|
||||
cp -a share $PKG/usr
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="fs-uae-arcade"
|
||||
VERSION="2.4.0"
|
||||
VERSION="2.4.1"
|
||||
HOMEPAGE="http://fs-uae.net/"
|
||||
DOWNLOAD="http://fs-uae.net/fs-uae/stable/2.4.0/fs-uae-arcade-2.4.0.tar.gz"
|
||||
DOWNLOAD="http://fs-uae.net/fs-uae/stable/2.4.1/fs-uae-arcade-2.4.1.tar.gz"
|
||||
MD5SUM="6e0ea1e4e77aba53f607d472045f5906"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
fs-uae-arcade: FS-UAE Arcade (FS-UAE interface)
|
||||
fs-uae-arcade: FS-UAE Arcade (fullscreen game browser)
|
||||
fs-uae-arcade:
|
||||
fs-uae-arcade: FS-UAE Arcade is a graphical user interface for FS-UAE.
|
||||
fs-uae-arcade: FS-UAE Arcade is a fullscreen Amiga game browser for FS-UAE.
|
||||
fs-uae-arcade:
|
||||
fs-uae-arcade: Homepage: http://fs-uae.net/
|
||||
fs-uae-arcade:
|
||||
|
|
Loading…
Reference in a new issue