blob: b219f21e6454c80c4ba3ad7baaa358ac188795af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uulib/uulib-0.9.2.ebuild,v 1.4 2006/08/25 17:17:56 fmccor Exp $
CABAL_FEATURES="haddock cpphs lib"
inherit haskell-cabal
DESCRIPTION="The Utrecht University parsing, printing and DData libraries"
HOMEPAGE="http://www.cs.uu.nl/wiki/HUT/AttributeGrammarSystem"
SRC_URI="http://abaris.zoo.cs.uu.nl:8080/wiki/pub/HUT/Download/${P}-src.tar.gz"
LICENSE="LGPL-2.1-UUST"
SLOT="0"
KEYWORDS="~amd64 ppc64 sparc ~x86" #if possible try testing with ~ppc
IUSE=""
DEPEND=">=virtual/ghc-6.2.2
>=dev-haskell/cpphs-0.9"
|