[Lunar-commits] <moonbase-other> allegro: Readding to moonbase.
Dennis Veatch
stumbles at lunar-linux.org
Wed Jul 11 13:33:06 CEST 2012
commit 2a59c0694603ed9eb3fbc2bd71849ee7d37089f1
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Wed, 11 Jul 2012 04:33:06 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/2a59c0694603ed9eb3fbc2bd71849ee7d37089f1
allegro: Readding to moonbase.
---
libs/allegro/BUILD +5/-0
libs/allegro/DEPENDS +1/-0
libs/allegro/DETAILS +17/-0
3 files changed, 23 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/libs/allegro/BUILD
@@ -0,0 +1,5 @@
+(
+
+ default_cmake_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/libs/allegro/DEPENDS
@@ -0,0 +1 @@
+depends cmake
--- /dev/null
+++ b/libs/allegro/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=allegro
+ VERSION=4.4.2
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/alleg
+ SOURCE_VFY=sha1:ae0c15d2cb6b0337ef388dc98cefc620883720df
+ WEB_SITE=http://alleg.sourceforge.net
+ ENTERED=20020107
+ UPDATED=20110528
+ SHORT="Cross-platform game library"
+
+cat << EOF
+Allegro is a multi-platform game library that provides many functions
+for graphics, sounds, player input (keyboard, mouse, and joystick), and
+timers. It also provides fixed and floating point mathematical
+functions, 3D functions, file management functions, compressed datafile,
+and a GUI.
+EOF
More information about the Lunar-commits
mailing list