summaryrefslogtreecommitdiffstats
path: root/display/libggi/DETAILS
blob: cfde5b814ec5bb44c81d6188742a13368c9710f1 (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
           SPELL=libggi
         VERSION=2.1.1
          SOURCE=${SPELL}-${VERSION}.src.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$SOURCEFORGE_URL/ggi/$SOURCE
   SOURCE_URL[1]=ftp://ftp.ggi-project.org/pub/ggi/ggi/v2.0//$SOURCE
          MD5[0]=097f77ba72dc08dd6bf8771a933192bc 
      LICENSE[0]=MIT
     GCC_VERSION=3.4
        WEB_SITE=http://www.ggi-project.org/
         ENTERED=20020730
         UPDATED=20040106
            DOCS="doc/*.txt FAQ NEWS README"
           SHORT="General Graphics Interface"
cat << EOF
GGI stands for "General Graphics Interface", and it is a project that
aims to develop a reliable, stable and fast graphics system that works
everywhere. We want to allow any program using GGI to run on any
platform requiring at most a recompile.

It all started out with some people being annoyed by the fact that
graphics in Linux means either X or svgalib, and if you use both at
the same time, you can easily crash the graphics card and make the
system unusable. Nowadays, GGI development also involves a portable
userspace library, 3D graphics, and anything else that is fun to hack
:-)
EOF