system/fs-uae: Updated for version 2.4.1.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Marcel Saegebarth 2014-03-27 01:02:42 -05:00 committed by Erik Hanson
parent 8b77b0b345
commit 3a30a26d9d
5 changed files with 9 additions and 16 deletions

View File

@ -1,4 +1,4 @@
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.
Note: Since version 2.3.x the FS-UAE Launcher is a separate package.
Note: Since version 2.3.x the FS-UAE Launcher is a separate package.

View File

@ -7,3 +7,4 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
fi
fi

View File

@ -1,10 +0,0 @@
[Desktop Entry]
Name=FS-UAE Launcher
Comment=FS-UAE Amiga Emulator
TryExec=fs-uae-launcher
Exec=fs-uae-launcher
StartupNotify=true
Terminal=false
Type=Application
Icon=fs-uae
Categories=System;Emulator;

View File

@ -25,14 +25,16 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fs-uae
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,7 +73,7 @@ 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 {} \;
make CXXFLAGS="$SLKCFLAGS"
make CXXFLAGS="$SLKCFLAGS" prefix=/usr docdir=/usr/doc/$PRGNAM-$VERSION
make install prefix=$PKG/usr docdir=$PKG/usr/doc/$PRGNAM-$VERSION
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \

View File

@ -1,8 +1,8 @@
PRGNAM="fs-uae"
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-2.4.0.tar.gz"
MD5SUM="d39096d551795f3143d9fb13670aedb5"
DOWNLOAD="http://fs-uae.net/fs-uae/stable/2.4.1/fs-uae-2.4.1.tar.gz"
MD5SUM="bede03d132dc271e2287d544ee0f551e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="OpenAL pysetuptools pygame"