19 lines
727 B
Text
19 lines
727 B
Text
name: htanks
|
|
version: 0.1
|
|
synopsis: A tank game
|
|
description: A tank game similar to Wii Play's Tanks
|
|
category: Game
|
|
license: GPL-3
|
|
license-file: LICENSE
|
|
author: Matthias Schiffer
|
|
maintainer: matthias@gamezock.de
|
|
build-depends: base >= 4, syb, containers, mtl, time, X11, OpenGL
|
|
build-type: Simple
|
|
data-files: tex/*.png
|
|
|
|
executable: HTanks
|
|
hs-source-dirs: src
|
|
main-is: HTanks.hs
|
|
other-modules: CPUPlayer, DefaultPlayer, Game, GLDriver, GLX, Level, Paths_htanks, Player, Render, Texture, Bindings.GLX, Bindings.GLPng
|
|
ghc-options: -threaded
|
|
extra-libraries: glpng
|