summaryrefslogtreecommitdiffstats
path: root/libraries/CEGUI
diff options
context:
space:
mode:
author Robby Workman2012-09-26 05:32:37 +0200
committer Robby Workman2012-09-26 07:00:13 +0200
commit230b2afb709c967ff53c2ddc25eee79113dbb739 (patch)
tree657e1286d458e2b00760ff9b8812e4ddcd66c20a /libraries/CEGUI
parent3592dea63b8de358093386343259337db01f0724 (diff)
downloadslackbuilds-230b2afb709c967ff53c2ddc25eee79113dbb739.tar.gz
libraries/CEGUI: Tweaked README and noted %README% in .info
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/CEGUI')
-rw-r--r--libraries/CEGUI/CEGUI.info2
-rw-r--r--libraries/CEGUI/README30
2 files changed, 15 insertions, 17 deletions
diff --git a/libraries/CEGUI/CEGUI.info b/libraries/CEGUI/CEGUI.info
index 5facbb587f..4f9ad952a2 100644
--- a/libraries/CEGUI/CEGUI.info
+++ b/libraries/CEGUI/CEGUI.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/project/crayzedsgui/CEGUI%20Mk-2/0.7.
MD5SUM="8b83577f86eaa1581765dd155c7c8f24"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="%README%"
MAINTAINER="Phillip Warner"
EMAIL="pc_warner@yahoo.com"
diff --git a/libraries/CEGUI/README b/libraries/CEGUI/README
index b9d6ae0e35..7a49259d69 100644
--- a/libraries/CEGUI/README
+++ b/libraries/CEGUI/README
@@ -1,20 +1,18 @@
CEGUI - windowing and widget library
-Crazy Eddie's GUI System is a free library providing windowing and widgets for
-graphics APIs / engines where such functionality is not natively available, or
-severely lacking. The library is object orientated, written in C++, and
-targeted at games developers who should be spending their time creating great
-games, not building GUI sub-systems!
+Crazy Eddie's GUI System is a free library providing windowing
+and widgets for graphics APIs / engines where such functionality
+is not natively available or is severely lacking. The library is
+object oriented, written in C++, and targeted at game developers
+who should be spending their time creating great games, not
+building GUI sub-systems!
-The configure script for CEGUI will detect whether or not you have an optional
-dependency installed or not and will enable/disable the option accordingly.
-However, you may want to specify this yourself. In particular, pay attention
-to the image codecs because you might want to disable the others to ensure that
-the one you want to use is the default codec.
+The configure script for CEGUI will detect whether or not you have
+an optional dependency installed and will enable/disable the option
+accordingly. However, you may want to specify this yourself. In
+particular, pay attention to the image codecs because you might want
+to disable the others to ensure that the one you want to use is the
+default codec.
-Some of the optional dependencies include:
- Xerces-C++ XML parser (xerces-c at SlackBuilds.org)
- DevIL image loading library (DevIL at SlackBuilds.org)
- FreeImage image loading library (FreeImage at SlackBuilds.org)
- Corona image loading library (NOT available at SlackBuilds.org)
- Others perhaps - see output of "configure --help"
+Optional dependencies include xerces-c, FreeImage, and DevIL.
+There are perhaps others - see output of "configure --help"