summaryrefslogtreecommitdiff
blob: a83824cd81d5937228aa1d3bece6c97f7ba03585 (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
26
27
28
29
30
31
32
33
34
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-wm/xmonad-contrib/xmonad-contrib-0.5.ebuild,v 1.2 2009/08/03 10:42:27 ssuominen Exp $

CABAL_FEATURES="lib profile haddock"
CABAL_MIN_VERSION=1.2

inherit haskell-cabal

DESCRIPTION="Third party extentions for xmonad"
HOMEPAGE="http://www.xmonad.org/"
SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"
IUSE=""

DEPEND="dev-haskell/mtl
	~x11-wm/xmonad-${PV}
	>=dev-lang/ghc-6.6"
RDEPEND="${DEPEND}"

src_unpack() {
	unpack ${A}

	# -Werror is really fragile, what if ghc adds new warnings?
	sed -i -e 's/-Werror//' "${S}/xmonad-contrib.cabal"
}

src_compile() {
	CABAL_CONFIGURE_FLAGS="--flags=-use_xft"
	cabal_src_compile
}