topkata-0.1: topkata.cabal
Name: topkata
Version: 0.1
Synopsis: OpenGL Arcade Game
Description: Guide a jumping ball through a labyrinth.
License: GPL
License-file: LICENSE
Author: Christoph Bauer
Maintainer: Christoph Bauer <ich@christoph-bauer.net>
Category: Game
build-type: Simple
Cabal-Version: >= 1.2
Homepage: http://home.arcor.de/chr_bauer/topkata.html
Extra-Source-Files: INSTALL THANKS Makefile
Data-Files:
data/boing_1.wav data/brick16.rgb data/brick32.rgb data/brick64.rgb
data/brick1.rgb data/brick2.rgb data/brick4.rgb data/brick8.rgb
data/brick128.rgb data/brick256.rgb data/brick512.rgb data/eyes256.rgb
data/juchhu.wav
Flag Sound
Description: Enable sound support
Default: False
Executable topkata
Main-is: Main.hs
Build-Depends: base, filepath, GLUT, OpenGL, array, random
Other-Modules: Labygen, Labygen.Render, Topkata.Topka.Topka, Vector, ReadImage
Extensions: CPP
if flag(sound)
Build-Depends: OpenAL, ALUT
cpp-options: -DSOUND
Executable pdflaby
Main-is: PdfLaby.hs
Build-Depends: base, filepath, array, random, cairo
Other-Modules: Labygen