| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs-buildtools/gtk2hs-buildtools-0.12.3-r3.ebuild,v 1.3 2012/08/16 15:45:10 nativemad Exp $
|
| 4 |
|
| 5 |
# ebuild generated by hackport 0.2.13
|
| 6 |
|
| 7 |
EAPI="3"
|
| 8 |
|
| 9 |
CABAL_FEATURES="bin"
|
| 10 |
inherit base haskell-cabal
|
| 11 |
|
| 12 |
DESCRIPTION="Tools to build the Gtk2Hs suite of User Interface libraries."
|
| 13 |
HOMEPAGE="http://projects.haskell.org/gtk2hs/"
|
| 14 |
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
| 15 |
|
| 16 |
LICENSE="GPL-2"
|
| 17 |
SLOT="0"
|
| 18 |
KEYWORDS="amd64 x86"
|
| 19 |
IUSE=""
|
| 20 |
|
| 21 |
RDEPEND=""
|
| 22 |
DEPEND="${RDEPEND}
|
| 23 |
dev-haskell/alex
|
| 24 |
>=dev-haskell/cabal-1.8
|
| 25 |
dev-haskell/happy
|
| 26 |
>=dev-lang/ghc-6.10.1"
|
| 27 |
|
| 28 |
PATCHES=("${FILESDIR}"/${P}-workaround-UName.patch)
|