system/fs-uae: Updated for version 2.2.1.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Marcel Saegebarth 2013-04-23 20:48:09 -04:00 committed by Niels Horn
parent b6215723f9
commit 0f644ea95a
4 changed files with 11 additions and 13 deletions

View file

@ -1,4 +1,2 @@
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.
Optionally `distribute` can be used instead of `pysetuptools`.

View file

@ -2,7 +2,7 @@
# SlackBuild script for "fs-uae".
# Copyright 2012 Marcel Saegebarth <marc@mos6581.de>
# Copyright 2012-2013 Marcel Saegebarth <marc@mos6581.de>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fs-uae
VERSION=2.0.1
VERSION=2.2.1
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="fs-uae"
VERSION="2.0.1"
VERSION="2.2.1"
HOMEPAGE="http://fengestad.no/fs-uae/"
DOWNLOAD="http://fengestad.no/fs-uae/stable/2.0.1/fs-uae-2.0.1.tar.gz"
MD5SUM="520fca705aab141c258bbd89d83c5600"
DOWNLOAD="http://fengestad.no/fs-uae/stable/2.2.1/fs-uae-2.2.1.tar.gz"
MD5SUM="004ccc474739a8a94eeb313180f8ad60"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="OpenAL wxPython pysetuptools pygame"
REQUIRES="OpenAL wxPython distribute pygame"
MAINTAINER="Marcel Saegebarth"
EMAIL="marc@mos6581.de"

View file

@ -1,9 +1,9 @@
# 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 ':'.
# 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------------------------------------------------------|
fs-uae: FS-UAE (Amiga Emulator)