Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 44121 Details for
Bug 69270
eclass for Haskell GHC packages
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
c2hs-0.13.4.ebuild
c2hs-0.13.4.ebuild (text/plain), 915 bytes, created by
Duncan Coutts (RETIRED)
on 2004-11-16 17:32:56 UTC
(
hide
)
Description:
c2hs-0.13.4.ebuild
Filename:
MIME Type:
Creator:
Duncan Coutts (RETIRED)
Created:
2004-11-16 17:32:56 UTC
Size:
915 bytes
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit base ghc-package > >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="~x86" > >IUSE="" > >DEPEND=">=virtual/ghc-6.0" > >src_unpack() { > base_src_unpack > > # don't add ghc version to libdir > sed -i 's:-$(PCKVERSION)/$(SYS)::' ${S}/mk/config.mk.in > sed -i 's:-@C2HS_VERSION@/@SYS@::' ${S}/c2hs/c2hs.conf.in >} > >src_compile() { > econf \ > --disable-add-package \ > --libdir=$(ghc-libdir) \ > || die "configure failed" > > # tested -j2; doesn't work > emake -j1 || die "make failed" >} > >src_install() { > make DESTDIR=${D} install || die "make install failed" > > cp ${D}/$(ghc-libdir)/c2hs/c2hs.conf ${S}/$(ghc-localpkgconf) > ghc-install-pkg >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 69270
:
42775
|
42777
|
42778
|
42779
|
43232
|
43234
|
43257
| 44121 |
44122
|
44443