blob: 1a07198840b5f6ecc9a51211172912f1d20fdec9 [file] [log] [blame]
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
CABAL_FEATURES="lib profile haddock"
CABAL_MIN_VERSION=1.2
inherit haskell-cabal
MY_PN="GLUT"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="GLUT bindings for haskell"
HOMEPAGE="http://www.haskell.org/HOpenGL/"
SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND=">=dev-lang/ghc-6.4
>=dev-haskell/opengl-2.2.1
virtual/opengl
media-libs/freeglut"
S="${WORKDIR}/${MY_P}"
# TODO: Install examples when the "examples" USE flag is set