SDL-gfx: Binding to libSDL_gfx

[ bsd3, deprecated, foreign-binding, library ] [ Propose Tags ]
Deprecated in favor of sdl2-gfx

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.4.0, 0.5.2, 0.5.3, 0.6.0, 0.6.0.1, 0.6.0.2, 0.6.1.0, 0.6.2.0, 0.7.0.0
Dependencies base (>=3 && <5), SDL [details]
License BSD-3-Clause
Copyright 2004-2005, 2010, Lemmih
Author Lemmih (lemmih@gmail.com)
Maintainer Francesco Ariis <fa-ml@ariis.it>
Category Foreign binding
Source repo head: darcs get http://www.ariis.it/link/repos/sdl-bindings/hssdl-gfx/
Uploaded by fffaaa at 2015-12-10T04:08:06Z
Distributions Debian:0.7.0.0, NixOS:0.7.0.0
Reverse Dependencies 4 direct, 0 indirect [details]
Downloads 8768 total (25 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for SDL-gfx-0.6.0.2

[back to package description]
This package contains Haskell bindings to libSDL_gfx >= 2.0.

Global installation:
  runhaskell Setup.lhs configure
  runhaskell Setup.lhs build
  runhaskell Setup.lhs install # as root

Local installation:
  runhaskell Setup.lhs configure --prefix=[HOME]/usr --user
  runhaskell Setup.lhs build
  runhaskell Setup.lhs install --user # not as root