mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/fs-uae-launcher: Updated for version 2.4.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
3a30a26d9d
commit
7979b6431e
3 changed files with 8 additions and 7 deletions
|
@ -25,14 +25,16 @@
|
|||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=fs-uae-launcher
|
||||
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
|
||||
|
@ -73,11 +75,10 @@ find -L . \
|
|||
|
||||
python setup.py build
|
||||
make
|
||||
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,8 +1,8 @@
|
|||
PRGNAM="fs-uae-launcher"
|
||||
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-launcher-2.4.0.tar.gz"
|
||||
MD5SUM="b1776b148b1f40b156e98ae2cb08ca5b"
|
||||
DOWNLOAD="http://fs-uae.net/fs-uae/stable/2.4.1/fs-uae-launcher-2.4.1.tar.gz"
|
||||
MD5SUM="8c15b5198acdf6d539743b213b02eb66"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="wxPython fs-uae"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# 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-launcher: FS-UAE Launcher (FS-UAE GUI)
|
||||
fs-uae-launcher:
|
||||
|
|
Loading…
Reference in a new issue