You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-haskell/opengl/opengl-2.2.1.1.ebuild

28 lines
573 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
CABAL_FEATURES="lib profile haddock"
inherit base haskell-cabal
MY_PN=OpenGL
MY_P="${MY_PN}-${PV}"
DESCRIPTION="OpenGL bindings for haskell"
HOMEPAGE="http://haskell.org/ghc/"
SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 sparc x86"
IUSE=""
DEPEND=">=dev-lang/ghc-6.4
virtual/opengl
virtual/glu
media-libs/freeglut"
S="${WORKDIR}/${MY_P}"
PATCHES=("${FILESDIR}/${P}-ghc-7.4.patch")