dev-haskell/glfw - 0.5.2.5 (haskell)

Search

Package Information

Description:
A Haskell binding for GLFW
Homepage:
http://haskell.org/haskellwiki/GLFW
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.5.2.5 8 ~amd64 0/0.5.2.5
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

# ebuild generated by hackport 0.4.7.9999
#hackport: flags: dynamic:system-glfw

CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal

MY_PN="GLFW"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="A Haskell binding for GLFW"
HOMEPAGE="http://haskell.org/haskellwiki/GLFW"
SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="system-glfw"

RDEPEND=">=dev-haskell/opengl-2.1:=[profile?] <dev-haskell/opengl-4:=[profile?]
	>=dev-lang/ghc-7.4.1:=
	system-glfw? ( media-libs/glfw )
	!system-glfw? ( virtual/opengl
			x11-libs/libX11 )
"
DEPEND="${RDEPEND}
	>=dev-haskell/cabal-1.12
"

S="${WORKDIR}/${MY_P}"

PATCHES=("${FILESDIR}"/${P}-ghc-8.6.patch)

src_configure() {
	haskell-cabal_src_configure \
		$(cabal_flag system-glfw dynamic)
}

USE Flags

Dependencies

DEPEND

>=dev-haskell/opengl-2.1:=[profile?] <dev-haskell/opengl-4:=[profile?]
	>=dev-lang/ghc-7.4.1:=
	system-glfw? ( media-libs/glfw )
	!system-glfw? ( virtual/opengl
			x11-libs/libX11 )

	>=dev-haskell/cabal-1.12

RDEPEND

>=dev-haskell/opengl-2.1:=[profile?] <dev-haskell/opengl-4:=[profile?]
	>=dev-lang/ghc-7.4.1:=
	system-glfw? ( media-libs/glfw )
	!system-glfw? ( virtual/opengl
			x11-libs/libX11 )

Manifest for 0.5.2.5

Type File Size Source URLs
DIST GLFW-0.5.2.5.tar.gz 143205 bytes https://hackage.haskell.org/package/GLFW-0.5.2.5/GLFW-0.5.2.5.tar.gz