Skip to content

Commit

Permalink
allegro-4: resurrected allegro as -4 and added optional jack support
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Jul 8, 2012
1 parent 65c3f41 commit a9f8e1c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libs/allegro-4/BUILD
@@ -0,0 +1,5 @@
(

default_cmake_build

) > $C_FIFO 2>&1
2 changes: 2 additions & 0 deletions libs/allegro-4/DEPENDS
@@ -0,0 +1,2 @@
depends cmake
optional_depends jack "-DWANT_JACK=yes" "-DWANT_JACK=no" "for JACK audio support"
18 changes: 18 additions & 0 deletions libs/allegro-4/DETAILS
@@ -0,0 +1,18 @@
MODULE=allegro-4
VERSION=4.2
SOURCE=$MODULE.$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/alleg
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION
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 a9f8e1c

Please sign in to comment.