games/atari++: Updated for version 1.60, added license.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
B. Watson 2012-12-21 21:23:26 +01:00 committed by Matteo Bernardini
parent 56cd1c7b36
commit 0a49058508
3 changed files with 12 additions and 7 deletions

View file

@ -1,20 +1,20 @@
#!/bin/sh
#!/bin/bash
# Slackware build script for atari++
# Written by B. Watson (yalhcru@gmail.com)
# Licensed under the WTFPL. See http://sam.zoy.org/wtfpl/ for details.
PRGNAM=atari++
VERSION=${VERSION:-1.58}
VERSION=${VERSION:-1.60}
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

View file

@ -1,8 +1,8 @@
PRGNAM="atari++"
VERSION="1.58"
VERSION="1.60"
HOMEPAGE="http://www.xl-project.com/"
DOWNLOAD="http://www.xl-project.com/download/atari++_1.58.tar.gz"
MD5SUM="acb7c15fc2a848440d62252661ac2b97"
DOWNLOAD="http://www.xl-project.com/download/atari++_1.60.tar.gz"
MD5SUM="1c4e01b0e27ab790e0ab01a630a29da3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View file

@ -2,3 +2,8 @@ if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
fi
fi