mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/dwarffortress: Updated for version 0.50.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
25a7776266
commit
d409a68511
3 changed files with 7 additions and 17 deletions
|
@ -21,12 +21,10 @@
|
|||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=dwarffortress
|
||||
VERSION=${VERSION:-0.50.11}
|
||||
SRCNAM=df_50_11_linux
|
||||
VERSION=${VERSION:-0.50.13}
|
||||
SRCNAM=df_50_13_linux
|
||||
SRCDIR=df_linux
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -45,14 +43,6 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
BITFLAG="32"
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
BITFLAG=""
|
||||
else
|
||||
BITFLAG=""
|
||||
fi
|
||||
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
@ -65,7 +55,7 @@ cd $PKG
|
|||
mkdir opt opt/$PRGNAM
|
||||
cd opt/$PRGNAM
|
||||
|
||||
tar pxvf $CWD/$SRCNAM$BITFLAG.tar.bz2
|
||||
tar pxvf $CWD/$SRCNAM.tar.bz2
|
||||
chown -R root:root .
|
||||
chmod -R 755 .
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="dwarffortress"
|
||||
VERSION="0.50.11"
|
||||
VERSION="0.50.13"
|
||||
HOMEPAGE="https://bay12games.com/dwarves/"
|
||||
DOWNLOAD="https://bay12games.com/dwarves/df_50_11_linux.tar.bz2"
|
||||
MD5SUM="2974f9f6c563547b4fd40a65f9919593"
|
||||
DOWNLOAD="https://bay12games.com/dwarves/df_50_13_linux.tar.bz2"
|
||||
MD5SUM="1f8f3eb59d41ed86dba8dc08cb38f4d1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
dwarffortress: dwarffortress (A single-player fantasy simulator adventure game)
|
||||
dwarffortress:
|
||||
dwarffortress: Dwarf Fortress is a complex sandbox game created by Tarn Adams of
|
||||
dwarffortress: Dwarf Fortress is a complex sandbox game created by Tarn Adams of
|
||||
dwarffortress: Bay 12 Games. The graphics are ASCII with various tilesets available.
|
||||
dwarffortress: In Fortress Mode, the player helps their dwarves survive by declaring
|
||||
dwarffortress: areas to collect food, create workshops, create defenses, etc.
|
||||
|
|
Loading…
Reference in a new issue