# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/c2hs/c2hs-0.14.5.ebuild,v 1.5 2006/03/01 19:21:31 corsair Exp $ CABAL_FEATURES="bin" inherit base eutils haskell-cabal DESCRIPTION="An interface generator for Haskell" HOMEPAGE="http://www.cse.unsw.edu.au/~chak/haskell/c2hs/" SRC_URI="http://www.cse.unsw.edu.au/~chak/haskell/c2hs/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND=">=virtual/ghc-6.0" src_unpack() { base_src_unpack cd "${S}" epatch "${FILESDIR}/setupfix.patch" epatch "${FILESDIR}/ghc622inc.patch" } src_install() { cabal_src_install exeinto /usr dobin c2hs/c2hs insinto "/usr/lib/${P}" doins "${S}/c2hs/lib/C2HS.hs" exeinto "/usr/lib/${P}" doexe dist/build/c2hs/c2hs }