summaryrefslogtreecommitdiffstats
path: root/gnome3-libs/cogl/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'gnome3-libs/cogl/DETAILS')
-rwxr-xr-xgnome3-libs/cogl/DETAILS17
1 files changed, 17 insertions, 0 deletions
diff --git a/gnome3-libs/cogl/DETAILS b/gnome3-libs/cogl/DETAILS
new file mode 100755
index 0000000000..2cc9900dd5
--- /dev/null
+++ b/gnome3-libs/cogl/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=cogl
+ VERSION=1.8.2
+ BRANCH=$(echo $VERSION|cut -d . -f 1,2)
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=GPL
+ WEB_SITE=http://developer.gnome.org/cogl/
+ ENTERED=20110929
+ SHORT="library for using 3D graphics hardware for rendering"
+cat << EOF
+Cogl is a small open source library for using 3D graphics hardware for
+rendering. The API departs from the flat state machine style of OpenGL and is
+designed to make it easy to write orthogonal components that can render without
+stepping on each others toes.
+EOF