mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/gemdropx: Updated for version 0.9
This commit is contained in:
parent
981a61ca79
commit
7db9c23fa3
4 changed files with 14 additions and 12 deletions
|
@ -1,4 +1,3 @@
|
|||
Gem Drop X is a fast-paced puzzle game where it's your job
|
||||
to clear the screen of gems before they squash you! (You're
|
||||
at the bottom, they're at the top, and they keep coming!)
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for Gem Drop X
|
||||
|
||||
# Copyright 2007 MagicMan <MagicMan07@bluebottle.com>
|
||||
# Copyright 2007 Frank Caraballo <fecaraballo[AT]gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,17 +26,12 @@
|
|||
|
||||
set -e
|
||||
|
||||
if [ "$(id -u)" != "0" ]; then
|
||||
echo "This script must be run as root!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
PRGNAM=gemdropx
|
||||
VERSION=0.9
|
||||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
CWD=`pwd`
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
|
|
@ -3,6 +3,6 @@ VERSION="0.9"
|
|||
HOMEPAGE="http://www.newbreedsoftware.com/gemdropx/"
|
||||
DOWNLOAD="ftp://ftp.billsgames.com/unix/x/gemdropx/src/gemdropx-0.9.tar.gz"
|
||||
MD5SUM="fd0337e89778e2dba74461c555ea8e42"
|
||||
MAINTAINER="MagicMan"
|
||||
EMAIL="MagicMan07@bluebottle.com"
|
||||
APPROVED="robw810"
|
||||
MAINTAINER="Frank Caraballo"
|
||||
EMAIL="fecaraballo[AT]gmail.com"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
# 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 ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
gemdropx: Gem Drop X (Fast-paced Puzzle Game)
|
||||
gemdropx:
|
||||
gemdropx: Gem Drop X is a fast-paced puzzle game where it's your job
|
||||
|
|
Loading…
Reference in a new issue