summaryrefslogtreecommitdiffstats
path: root/display/libggi/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'display/libggi/DETAILS')
-rwxr-xr-xdisplay/libggi/DETAILS27
1 files changed, 27 insertions, 0 deletions
diff --git a/display/libggi/DETAILS b/display/libggi/DETAILS
new file mode 100755
index 0000000000..cfde5b814e
--- /dev/null
+++ b/display/libggi/DETAILS
@@ -0,0 +1,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