diff options
Diffstat (limited to 'dev-haskell/opengl/opengl-2.2.1.1.ebuild')
-rw-r--r-- | dev-haskell/opengl/opengl-2.2.1.1.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-haskell/opengl/opengl-2.2.1.1.ebuild b/dev-haskell/opengl/opengl-2.2.1.1.ebuild new file mode 100644 index 000000000000..b71f9ada5d6a --- /dev/null +++ b/dev-haskell/opengl/opengl-2.2.1.1.ebuild @@ -0,0 +1,27 @@ +# 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") |