liballegro5 stable port information

Package: liballegro5
Version: 5.0.2.1
Revision: 1
Description: Cross-platform game library
DescDetail: <<
Allegro 5 is a cross-platform library mainly aimed at video game and
multimedia programming. It handles common, low-level tasks such as
creating windows, accepting user input, loading data, drawing images,
playing sounds, etc. and generally abstracting away the underlying
platform. However, Allegro is not a game engine: you are free to design
and structure your program as you like.
<<
License: BSD
Homepage: http://alleg.sourceforge.net/
Maintainer: Daniel Johnson

Source: mirror:sourceforge:alleg/allegro-%v.tar.gz
Source-MD5: b92276fb9bf47555476d7c1ed39634a9

Depends: %n-shlibs (= %v-%r)
BuildDepends: <<
cmake (>= 2.8.4-1),
freetype219 (>= 2.4.4-2),
libdumb (>= 0.9.3-1),
libflac8-dev (>= 1.2.1-1001),
libogg (>= 1.2.2-1),
libvorbis0 (>= 1.3.2-1),
physfs (>= 1.0.0-1002)
<<
BuildDependsOnly: true

UseMaxBuildJobs: true

CompileScript: <<
cmake -DCMAKE_INSTALL_PREFIX=%p -DCMAKE_INSTALL_NAME_DIR:PATH=%p/lib -DWANT_DEMO:BOOL=OFF -DWANT_DOCS:BOOL=OFF -DWANT_EXAMPLES:BOOL=OFF -DWANT_TESTS:BOOL=OFF .
make
<<

InstallScript: <<
make install DESTDIR=%d
<<

DocFiles: CHANGES-5.0.txt CONTRIBUTORS.txt LICENSE.txt README*

SplitOff: <<
Package: %N-shlibs

Depends: <<
freetype219-shlibs (>= 2.4.4-2),
libdumb-shlibs (>= 0.9.3-1),
libflac8 (>= 1.2.1-1001),
libogg-shlibs (>= 1.2.2-1),
libvorbis0-shlibs (>= 1.3.2-1),
physfs-shlibs (>= 1.0.0-1002)
<<

Files: lib/liballegro*.5.0.2.dylib lib/liballegro*.5.0.dylib
Shlibs: <<
%p/lib/liballegro_acodec.5.0.dylib 5.0.0 %n (>= 5.0.2.1-1)
%p/lib/liballegro_audio.5.0.dylib 5.0.0 %n (>= 5.0.2.1-1)
%p/lib/liballegro_color.5.0.dylib 5.0.0 %n (>= 5.0.2.1-1)
%p/lib/liballegro_dialog.5.0.dylib 5.0.0 %n (>= 5.0.2.1-1)
%p/lib/liballegro_font.5.0.dylib 5.0.0 %n (>= 5.0.2.1-1)
%p/lib/liballegro_image.5.0.dylib 5.0.0 %n (>= 5.0.2.1-1)
%p/lib/liballegro_main.5.0.dylib 5.0.0 %n (>= 5.0.2.1-1)
%p/lib/liballegro_memfile.5.0.dylib 5.0.0 %n (>= 5.0.2.1-1)
%p/lib/liballegro_physfs.5.0.dylib 5.0.0 %n (>= 5.0.2.1-1)
%p/lib/liballegro_primitives.5.0.dylib 5.0.0 %n (>= 5.0.2.1-1)
%p/lib/liballegro_ttf.5.0.dylib 5.0.0 %n (>= 5.0.2.1-1)
%p/lib/liballegro.5.0.dylib 5.0.0 %n (>= 5.0.2.1-1)
<<

DocFiles: CHANGES-5.0.txt CONTRIBUTORS.txt LICENSE.txt README*
<<