summaryrefslogtreecommitdiff
blob: feadcc5d6c3ec7e808376ed03fc0c1c9eb8dadcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/x11/x11-1.2.2.ebuild,v 1.2 2007/07/25 18:38:18 dcoutts Exp $

CABAL_FEATURES="lib profile haddock"
inherit haskell-cabal

MY_PN=X11
MY_P=${MY_PN}-${PV}

DESCRIPTION="X11 bindings for haskell"
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/cabal-1.1.6
		x11-libs/libX11"
# tested with ghc-6.6 and ghc-6.6.1. probably works with ghc-6.4 too

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