summaryrefslogtreecommitdiffstats
path: root/gnustep-apps/gnustep-oolite/DETAILS
blob: 5efe065ee989e6cb69eaf71e091e92ed99b16aed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
           SPELL=gnustep-oolite
if [[ ${OOLITE_DEVEL} == "n" ]]; then
         VERSION=1.65
          SOURCE=oolite-$VERSION-src.tar.gz
         SOURCE2=oolite-$VERSION-data.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/oolite-$VERSION-src
   SOURCE_URL[0]=http://download.berlios.de/oolite-linux/${SOURCE}
   SOURCE_URL[1]=ftp://ftp.alioth.net/oolite/${SOURCE}
  SOURCE2_URL[0]=http://download.berlios.de/oolite-linux/${SOURCE2}
  SOURCE2_URL[1]=ftp://ftp.alioth.net/oolite/${SOURCE2}
     SOURCE_HASH=sha512:d660e36d3679fadd7bcdb862db62c6d8eebd0bf10f68f17a16d2d83bf3570bee0c678fb9c5446158189f66d358e475c5ef1234b3b875a75091b497979c6d0135
    SOURCE2_HASH=sha512:5d3ac8a42b4c0e46cf9a16da1bd8f32ceb730023d3b38fb3830d7031e44dfec92b465e8ae9e5a5815cd86c93540a17fedda324c42a9ebcae402ee412110b072e
else
         VERSION=1.75
          SOURCE=oolite-dev-source-$VERSION.tar.bz2
message "${MESSAGE_COLOR}SOURCE=${SOURCE}${DEFAULT_COLOR}"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/oolite-dev-source-$VERSION
   SOURCE_URL[0]=http://download.berlios.de/oolite-linux/${SOURCE}
   SOURCE_URL[1]=ftp://ftp.alioth.net/oolite/${SOURCE}
     SOURCE_HASH=sha512:5b8c184e68337ae7d5305466ce584bbf9aace592198c7c82040717e1c741440712e486292388d270df5b34d8f3cbf6f915d1876c87cf14ceef0c9435856ebd44
fi
        WEB_SITE=http://oolite.aegidian.org/
      LICENSE[0]="Creative Commons"
         ENTERED=20060118
        KEYWORDS="gnustep"
           SHORT="Oolite is a space sim game."

cat << EOF
Oolite is a space sim game, written for Mac OS X in Objective C using Cocoa and 
OpenGL.

It was written as my response to the withdrawal of Elite - The New Kind from 
the internet. Although inspired by the work of Christian Pinder, following 
David Braben and Ian Bell, the work is an independent interpretation and 
expansion of the original game.

Oolite is designed as a small game that is easy for users to pick up and expand
upon. Almost every aspect of the game can be modified using simple, free 
graphics packages and text-editors.
EOF