opengl-2.12.0.1.ebuild 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. # ebuild generated by hackport 0.4.5.9999
  5. CABAL_FEATURES="lib profile haddock hoogle hscolour"
  6. inherit haskell-cabal
  7. MY_PN="OpenGL"
  8. MY_P="${MY_PN}-${PV}"
  9. DESCRIPTION="A binding for the OpenGL graphics system"
  10. HOMEPAGE="http://www.haskell.org/haskellwiki/Opengl"
  11. SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
  12. LICENSE="BSD"
  13. SLOT="0/${PV}"
  14. KEYWORDS="~amd64 ~sparc ~x86"
  15. IUSE=""
  16. RDEPEND=">=dev-haskell/gluraw-1.3:=[profile?] <dev-haskell/gluraw-1.6:=[profile?]
  17. >=dev-haskell/objectname-1.1:=[profile?] <dev-haskell/objectname-1.2:=[profile?]
  18. >=dev-haskell/openglraw-2.1:=[profile?] <dev-haskell/openglraw-2.6:=[profile?]
  19. >=dev-haskell/statevar-1.1:=[profile?] <dev-haskell/statevar-1.2:=[profile?]
  20. >=dev-haskell/text-0.1:=[profile?] <dev-haskell/text-1.3:=[profile?]
  21. >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.5:=[profile?]
  22. >=dev-lang/ghc-7.4.1:=
  23. "
  24. DEPEND="${RDEPEND}
  25. >=dev-haskell/cabal-1.10
  26. "
  27. S="${WORKDIR}/${MY_P}"