Skip to content

Commit

Permalink
allegro: Readding to moonbase.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Veatch committed Jul 11, 2012
1 parent e59472c commit 2a59c06
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libs/allegro/BUILD
@@ -0,0 +1,5 @@
(

default_cmake_build

) > $C_FIFO 2>&1
1 change: 1 addition & 0 deletions libs/allegro/DEPENDS
@@ -0,0 +1 @@
depends cmake
17 changes: 17 additions & 0 deletions 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

0 comments on commit 2a59c06

Please sign in to comment.