[Lunar-commits] <moonbase> silly: new module, used by cegui
Paul Bredbury
brebs at lunar-linux.org
Sun Jan 23 17:14:55 CET 2011
commit 785454e6319a98a3b94a7c41a39e455d9a090ee3
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Sun Jan 23 23:14:55 2011 +0700
silly: new module, used by cegui
---
zbeta/silly/DEPENDS | 2 ++
zbeta/silly/DETAILS | 18 ++++++++++++++++++
2 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/zbeta/silly/DEPENDS b/zbeta/silly/DEPENDS
new file mode 100644
index 0000000..ff33cce
--- /dev/null
+++ b/zbeta/silly/DEPENDS
@@ -0,0 +1,2 @@
+depends jpeg
+depends libpng
diff --git a/zbeta/silly/DETAILS b/zbeta/silly/DETAILS
new file mode 100644
index 0000000..a498f19
--- /dev/null
+++ b/zbeta/silly/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=silly
+ VERSION=0.1.0
+ SOURCE=SILLY-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/SILLY-$VERSION
+ SOURCE_URL=$SFORGE_URL/crayzedsgui
+ SOURCE_VFY=sha1:ef5c8ed6c5c57d7d792dbb9e02006c3770334869
+ WEB_SITE=http://www.cegui.org.uk/wiki/index.php/SILLY
+ ENTERED=20110120
+ UPDATED=20110120
+ SHORT="Simple Image Loading LibrarY - part of the CEGUI project"
+
+cat << EOF
+SILLY means Simple Image Loading LibrarY. The aim of this library is to
+provide a simple library for loading images in the context of CEGUI.
+The library supports only the most common image formats. The project was
+initially launched in order to provide an MIT-based replacement of DevIL
+with less image format supported and focused on loading image only.
+EOF
More information about the Lunar-commits
mailing list