From ef53413cb9eb6e0d9197a7596a7dedabef1f5ded Mon Sep 17 00:00:00 2001 From: Duncan Coutts Date: Thu, 13 Dec 2007 17:27:18 +0000 Subject: New version. (Portage version: 2.1.3.19) --- dev-haskell/openal/openal-1.3.1.1.ebuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 dev-haskell/openal/openal-1.3.1.1.ebuild (limited to 'dev-haskell/openal/openal-1.3.1.1.ebuild') diff --git a/dev-haskell/openal/openal-1.3.1.1.ebuild b/dev-haskell/openal/openal-1.3.1.1.ebuild new file mode 100644 index 000000000000..41b38dff4977 --- /dev/null +++ b/dev-haskell/openal/openal-1.3.1.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/openal/openal-1.3.1.1.ebuild,v 1.1 2007/12/13 17:27:18 dcoutts Exp $ + +CABAL_FEATURES="lib profile haddock" +inherit haskell-cabal + +MY_PN="OpenAL" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="A Haskell binding to the OpenAL cross-platform 3D audio API" +HOMEPAGE="http://haskell.org/ghc/" +SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +DEPEND=">=dev-lang/ghc-6.4 + >=dev-haskell/opengl-2.2.1 + media-libs/openal" + +S="${WORKDIR}/${MY_P}" + +#TODO: install examples perhaps? -- cgit v1.2.3-65-gdbad